]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm64: dts: marvell: re-order Device Tree nodes for Armada AP806
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 24 Feb 2016 15:16:47 +0000 (16:16 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Fri, 26 Feb 2016 14:17:31 +0000 (15:17 +0100)
The DT nodes representing the XOR engines were not placed at the
proper location to comply with the requirement of ordering DT nodes by
their unit address. This commit fixes this mistake.

[gregory.clement@free-electrons.com: Fix commit title by adding ' dts:']
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm64/boot/dts/marvell/armada-ap806.dtsi

index 88e334830b777fc55d6eab34cd52477245c86e0a..556a92bcc2f600ce0d486c597feb9493875653d1 100644 (file)
                                marvell,spi-base = <128>, <136>, <144>, <152>;
                        };
 
+                       xor0@400000 {
+                               compatible = "marvell,mv-xor-v2";
+                               reg = <0x400000 0x1000>,
+                                     <0x410000 0x1000>;
+                               msi-parent = <&gic_v2m0>;
+                               dma-coherent;
+                       };
+
+                       xor1@420000 {
+                               compatible = "marvell,mv-xor-v2";
+                               reg = <0x420000 0x1000>,
+                                     <0x430000 0x1000>;
+                               msi-parent = <&gic_v2m0>;
+                               dma-coherent;
+                       };
+
+                       xor2@440000 {
+                               compatible = "marvell,mv-xor-v2";
+                               reg = <0x440000 0x1000>,
+                                     <0x450000 0x1000>;
+                               msi-parent = <&gic_v2m0>;
+                               dma-coherent;
+                       };
+
+                       xor3@460000 {
+                               compatible = "marvell,mv-xor-v2";
+                               reg = <0x460000 0x1000>,
+                                     <0x470000 0x1000>;
+                               msi-parent = <&gic_v2m0>;
+                               dma-coherent;
+                       };
+
                        spi0: spi@510600 {
                                compatible = "marvell,armada-380-spi";
                                reg = <0x510600 0x50>;
 
                        };
 
-                       xor0@400000 {
-                               compatible = "marvell,mv-xor-v2";
-                               reg = <0x400000 0x1000>,
-                                     <0x410000 0x1000>;
-                               msi-parent = <&gic_v2m0>;
-                               dma-coherent;
-                       };
-
-                       xor1@420000 {
-                               compatible = "marvell,mv-xor-v2";
-                               reg = <0x420000 0x1000>,
-                                     <0x430000 0x1000>;
-                               msi-parent = <&gic_v2m0>;
-                               dma-coherent;
-                       };
-
-                       xor2@440000 {
-                               compatible = "marvell,mv-xor-v2";
-                               reg = <0x440000 0x1000>,
-                                     <0x450000 0x1000>;
-                               msi-parent = <&gic_v2m0>;
-                               dma-coherent;
-                       };
-
-                       xor3@460000 {
-                               compatible = "marvell,mv-xor-v2";
-                               reg = <0x460000 0x1000>,
-                                     <0x470000 0x1000>;
-                               msi-parent = <&gic_v2m0>;
-                               dma-coherent;
-                       };
-
                        dfx-server@6f8000 {
                                compatible = "simple-mfd", "syscon";
                                reg = <0x6f8000 0x70000>;