Commit 9f77b480 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: dts: r8a7790: Use generic node name for VSP1 nodes

Use the preferred generic node name instead of the specific name.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 62cea6d2
......@@ -1014,7 +1014,7 @@ vin3: video@e6ef3000 {
status = "disabled";
};
vsp1@fe920000 {
vsp@fe920000 {
compatible = "renesas,vsp1";
reg = <0 0xfe920000 0 0x8000>;
interrupts = <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>;
......@@ -1023,7 +1023,7 @@ vsp1@fe920000 {
resets = <&cpg 130>;
};
vsp1@fe928000 {
vsp@fe928000 {
compatible = "renesas,vsp1";
reg = <0 0xfe928000 0 0x8000>;
interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
......@@ -1032,7 +1032,7 @@ vsp1@fe928000 {
resets = <&cpg 131>;
};
vsp1@fe930000 {
vsp@fe930000 {
compatible = "renesas,vsp1";
reg = <0 0xfe930000 0 0x8000>;
interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
......@@ -1041,7 +1041,7 @@ vsp1@fe930000 {
resets = <&cpg 128>;
};
vsp1@fe938000 {
vsp@fe938000 {
compatible = "renesas,vsp1";
reg = <0 0xfe938000 0 0x8000>;
interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment