arm64: dts: renesas: v3hsk: Move lvds0 node
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Aug 2018 14:15:40 +0000 (16:15 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 13 Sep 2018 07:47:48 +0000 (09:47 +0200)
To preserve alphabetical sort order.

Fixes: 4edac426aff11a37 ("arm64: dts: renesas: condor/v3hsk: add DU/LVDS/HDMI support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dts

index 44ab7344f8aa492292aad9f6bad3d4cd0a184813..dd14a41b32cdf242e779fd27330aa311e51240ce 100644 (file)
        };
 };
 
-&lvds0 {
-       status = "okay";
-
-       ports {
-               port@1 {
-                       lvds0_out: endpoint {
-                               remote-endpoint = <&thc63lvd1024_in>;
-                       };
-               };
-       };
-};
-
 &i2c0 {
        pinctrl-0 = <&i2c0_pins>;
        pinctrl-names = "default";
        };
 };
 
+&lvds0 {
+       status = "okay";
+
+       ports {
+               port@1 {
+                       lvds0_out: endpoint {
+                               remote-endpoint = <&thc63lvd1024_in>;
+                       };
+               };
+       };
+};
+
 &pfc {
        gether_pins: gether {
                groups = "gether_mdio_a", "gether_rgmii",