Commit 6b5ac2f1 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

arm64: dts: renesas: r8a7795: Drop bogus HDMI node names suffixes

Node names should not use numerical suffixes if the nodes can be
distinguished by unit-address.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 7da2ed12
...@@ -2014,7 +2014,7 @@ fdp1@fe944000 { ...@@ -2014,7 +2014,7 @@ fdp1@fe944000 {
renesas,fcp = <&fcpf1>; renesas,fcp = <&fcpf1>;
}; };
hdmi0: hdmi0@fead0000 { hdmi0: hdmi@fead0000 {
compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi"; compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi";
reg = <0 0xfead0000 0 0x10000>; reg = <0 0xfead0000 0 0x10000>;
interrupts = <GIC_SPI 389 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 389 IRQ_TYPE_LEVEL_HIGH>;
...@@ -2039,7 +2039,7 @@ port@1 { ...@@ -2039,7 +2039,7 @@ port@1 {
}; };
}; };
hdmi1: hdmi1@feae0000 { hdmi1: hdmi@feae0000 {
compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi"; compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi";
reg = <0 0xfeae0000 0 0x10000>; reg = <0 0xfeae0000 0 0x10000>;
interrupts = <GIC_SPI 436 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 436 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