]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: mvebu: fix ordering in Armada 370 .dtsi
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 14 Nov 2014 20:43:33 +0000 (21:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Jan 2015 18:00:49 +0000 (10:00 -0800)
commit ab1e85372168892387dd1ac171158fc8c3119be4 upstream.

Commit a095b1c78a35 ("ARM: mvebu: sort DT nodes by address")
missed placing the system-controller in the correct order.

Fixes: a095b1c78a35 ("ARM: mvebu: sort DT nodes by address")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/20141114204333.GS27002@pengutronix.de
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/armada-370.dtsi

index 0d8530c98cf5072f75662807f5cddcf2a40bee40..34841fc1a977c86da76a593decace5c31676ff4d 100644 (file)
                                reg = <0x11100 0x20>;
                        };
 
-                       system-controller@18200 {
-                               compatible = "marvell,armada-370-xp-system-controller";
-                               reg = <0x18200 0x100>;
-                       };
-
                        pinctrl {
                                compatible = "marvell,mv88f6710-pinctrl";
                                reg = <0x18000 0x38>;
                                interrupts = <91>;
                        };
 
+                       system-controller@18200 {
+                               compatible = "marvell,armada-370-xp-system-controller";
+                               reg = <0x18200 0x100>;
+                       };
+
                        gateclk: clock-gating-control@18220 {
                                compatible = "marvell,armada-370-gating-clock";
                                reg = <0x18220 0x4>;