]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Move xlnx_dpdma node
authorMichal Simek <michal.simek@xilinx.com>
Wed, 21 Oct 2015 13:19:45 +0000 (15:19 +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 dd5ee1bdac89c712b402e7172a58de63dbb283ca..683cf765607079f54e8238e868064fa5b20b235b 100644 (file)
                        };
                };
 
-               /* needs to be reviewed and put to the right location */
-               xlnx_dpdma: dma@0xfd4c0000 {
-                       compatible = "xlnx,dpdma";
-                       status = "disabled";
-                       reg = <0x0 0xfd4c0000 0x1000>;
-                       interrupts = <0 122 4>;
-                       interrupt-parent = <&gic>;
-                       clocks = <&misc_clk>;
-                       clock-names = "axi_clk";
-                       xlnx,axi-clock-freq = <200000000>;
-                       dma-channels = <6>;
-                       #dma-cells = <1>;
-                       dma-video0channel@43c10000 {
-                               compatible = "xlnx,video0";
-                       };
-                       dma-video1channel@43c10000 {
-                               compatible = "xlnx,video1";
-                       };
-                       dma-video2channel@43c10000 {
-                               compatible = "xlnx,video2";
-                       };
-                       dma-graphicschannel@43c10000 {
-                               compatible = "xlnx,graphics";
-                       };
-                       dma-audio0channel@43c10000 {
-                               compatible = "xlnx,audio0";
-                       };
-                       dma-audio1channel@43c10000 {
-                               compatible = "xlnx,audio1";
-                       };
-               };
-
                dp_aclk: clock0 {
                        compatible = "fixed-clock";
                        #clock-cells = <0>;
                        reg-names = "blend", "av_buf", "aud";
                        xlnx,output-fmt = "rgb";
                };
+
+               xlnx_dpdma: dma@fd4c0000 {
+                       compatible = "xlnx,dpdma";
+                       status = "disabled";
+                       reg = <0x0 0xfd4c0000 0x1000>;
+                       interrupts = <0 122 4>;
+                       interrupt-parent = <&gic>;
+                       clocks = <&misc_clk>;
+                       clock-names = "axi_clk";
+                       xlnx,axi-clock-freq = <200000000>;
+                       dma-channels = <6>;
+                       #dma-cells = <1>;
+                       dma-video0channel@43c10000 {
+                               compatible = "xlnx,video0";
+                       };
+                       dma-video1channel@43c10000 {
+                               compatible = "xlnx,video1";
+                       };
+                       dma-video2channel@43c10000 {
+                               compatible = "xlnx,video2";
+                       };
+                       dma-graphicschannel@43c10000 {
+                               compatible = "xlnx,graphics";
+                       };
+                       dma-audio0channel@43c10000 {
+                               compatible = "xlnx,audio0";
+                       };
+                       dma-audio1channel@43c10000 {
+                               compatible = "xlnx,audio1";
+                       };
+               };
        };
 };