projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8caaf73
)
arm64: dts: ti: k3-am62p: Add Wave5 Video Encoder/Decoder Node
author
Brandon Brnich
<b-brnich@ti.com>
Tue, 20 Feb 2024 19:14:12 +0000
(13:14 -0600)
committer
Vignesh Raghavendra
<vigneshr@ti.com>
Wed, 21 Feb 2024 17:00:59 +0000
(22:30 +0530)
This patch adds support for the Wave521cl on the AM62P.
Signed-off-by: Brandon Brnich <b-brnich@ti.com>
Link:
https://lore.kernel.org/r/20240220191413.3355007-4-b-brnich@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am62p-main.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/ti/k3-am62p-main.dtsi
b/arch/arm64/boot/dts/ti/k3-am62p-main.dtsi
index 3f271e7710d82f39eeb2f6c830fd865efb96f242..7337a9e1353542bfcb8633ea1306defb54e4b476 100644
(file)
--- a/
arch/arm64/boot/dts/ti/k3-am62p-main.dtsi
+++ b/
arch/arm64/boot/dts/ti/k3-am62p-main.dtsi
@@
-1027,4
+1027,12
@@
power-domains = <&k3_pds 185 TI_SCI_PD_EXCLUSIVE>;
status = "disabled";
};
+
+ vpu: video-codec@30210000 {
+ compatible = "ti,j721s2-wave521c", "cnm,wave521c";
+ reg = <0x00 0x30210000 0x00 0x10000>;
+ interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&k3_clks 204 2>;
+ power-domains = <&k3_pds 204 TI_SCI_PD_EXCLUSIVE>;
+ };
};