Skip to content

Commit

Permalink
arm64: dts: rockchip: enable av1d node for AV1 video decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Jun 29, 2024
1 parent 7fc9d5d commit f9547a3
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@
};
};

&av1d {
status = "okay";
};

&av1d_mmu {
status = "okay";
};
Expand Down
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-armsom-w3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,14 @@
status = "okay";
};

&av1d {
status = "okay";
};

&av1d_mmu {
status = "okay";
};

&saradc {
status = "okay";
vref-supply = <&avcc_1v8_s0>;
Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-blade3-v101-linux.dts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
status = "disabled";
};*/

&av1d {
status = "okay";
};

&av1d_mmu {
status = "okay";
};
Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-orangepi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@
};
};

&av1d {
status = "okay";
};

&av1d_mmu {
status = "okay";
};
Expand Down
9 changes: 9 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588s-radxa-cm5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,15 @@
status = "okay";
};


&av1d {
status = "okay";
};

&av1d_mmu {
status = "okay";
};

&saradc {
status = "okay";
vref-supply = <&vcc_1v8_s0>;
Expand Down
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588s-radxa-nx5-module.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@
status = "okay";
};

&av1d {
status = "okay";
};

&av1d_mmu {
status = "okay";
};

&saradc {
status = "okay";
vref-supply = <&vcc_1v8_s0>;
Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
};
};

&av1d {
status = "okay";
};

&av1d_mmu {
status = "okay";
};
Expand Down

0 comments on commit f9547a3

Please sign in to comment.