]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Move dp_sub node
authorMichal Simek <michal.simek@xilinx.com>
Wed, 21 Oct 2015 13:17:59 +0000 (15:17 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 21 Oct 2015 14:47:49 +0000 (16:47 +0200)
Sort nodes.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp.dtsi

index 2d36eb59b336979d7c84e57912eeac2487b6378f..dd5ee1bdac89c712b402e7172a58de63dbb283ca 100644 (file)
                        clock-accuracy = <100>;
                };
 
-               xlnx_dp_sub: dp_sub@43c0a000 {
-                       compatible = "xlnx,dp-sub";
-                       status = "disabled";
-                       reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>;
-                       reg-names = "blend", "av_buf", "aud";
-                       xlnx,output-fmt = "rgb";
-               };
-
                xlnx_dp: dp@43c00000 {
                        compatible = "xlnx,v-dp";
                        status = "disabled";
                        dmas = <&xlnx_dpdma 5>;
                        dma-names = "tx";
                };
+
+               xlnx_dp_sub: dp_sub@43c0a000 {
+                       compatible = "xlnx,dp-sub";
+                       status = "disabled";
+                       reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>;
+                       reg-names = "blend", "av_buf", "aud";
+                       xlnx,output-fmt = "rgb";
+               };
        };
 };