Skip to content

Commit

Permalink
ARM: mvebu: fix ordering in Armada 370 .dtsi
Browse files Browse the repository at this point in the history
Commit a095b1c ("ARM: mvebu: sort DT nodes by address")
missed placing the system-controller in the correct order.

Fixes: a095b1c ("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>
  • Loading branch information
Uwe Kleine-König authored and Jason Cooper committed Nov 22, 2014
1 parent ad6a1b4 commit ab1e853
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/arm/boot/dts/armada-370.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@
reg = <0x11100 0x20>;
};

system-controller@18200 {
compatible = "marvell,armada-370-xp-system-controller";
reg = <0x18200 0x100>;
};

pinctrl {
compatible = "marvell,mv88f6710-pinctrl";
reg = <0x18000 0x38>;
Expand Down Expand Up @@ -206,6 +201,11 @@
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>;
Expand Down

0 comments on commit ab1e853

Please sign in to comment.