mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 11:03:07 -04:00
arm64: dts: renesas: r8a779h0: Add VSPX instance
Add device node for the VSPX instance on R-Car V4M. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250115181050.3728275-3-niklas.soderlund+renesas@ragnatech.se Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
f829a3e9cd
commit
8e31f3b4fc
@@ -1921,6 +1921,17 @@ vspd0: vsp@fea20000 {
|
||||
renesas,fcp = <&fcpvd0>;
|
||||
};
|
||||
|
||||
vspx0: vsp@fedd0000 {
|
||||
compatible = "renesas,vsp2";
|
||||
reg = <0 0xfedd0000 0 0x8000>;
|
||||
interrupts = <GIC_SPI 556 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cpg CPG_MOD 1028>;
|
||||
power-domains = <&sysc R8A779H0_PD_A3ISP0>;
|
||||
resets = <&cpg 1028>;
|
||||
|
||||
renesas,fcp = <&fcpvx0>;
|
||||
};
|
||||
|
||||
du: display@feb00000 {
|
||||
compatible = "renesas,du-r8a779h0";
|
||||
reg = <0 0xfeb00000 0 0x40000>;
|
||||
|
||||
Reference in New Issue
Block a user