Skip to content

Commit 04c6dd3

Browse files
b-brnichnmenon
authored andcommitted
arm64: dts: ti: k3-am62a-main: Add Wave5 Video Encoder/Decoder Node
This patch adds support for the Wave521cl on the AM62A-SK. Signed-off-by: Brandon Brnich <b-brnich@ti.com> Reviewed-by: Devarsh Thakkar <devarsht@ti.com> Link: https://lore.kernel.org/r/20240415204659.798548-1-b-brnich@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent de63748 commit 04c6dd3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-am62a-main.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,4 +1057,11 @@
10571057
#size-cells = <0>;
10581058
};
10591059
};
1060+
1061+
vpu: video-codec@30210000 {
1062+
compatible = "ti,j721s2-wave521c", "cnm,wave521c";
1063+
reg = <0x00 0x30210000 0x00 0x10000>;
1064+
clocks = <&k3_clks 204 2>;
1065+
power-domains = <&k3_pds 204 TI_SCI_PD_EXCLUSIVE>;
1066+
};
10601067
};

0 commit comments

Comments
 (0)