From: Geert Uytterhoeven <[email protected]>

To preserve both alphabetical (label) and numerical ordering (unit
address).

Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
---
 arch/arm/boot/dts/r8a7743.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7743.dtsi b/arch/arm/boot/dts/r8a7743.dtsi
index 216cb1f37f87..ca0cda28a3eb 100644
--- a/arch/arm/boot/dts/r8a7743.dtsi
+++ b/arch/arm/boot/dts/r8a7743.dtsi
@@ -102,17 +102,17 @@
                        #power-domain-cells = <0>;
                };
 
+               rst: reset-controller@e6160000 {
+                       compatible = "renesas,r8a7743-rst";
+                       reg = <0 0xe6160000 0 0x100>;
+               };
+
                sysc: system-controller@e6180000 {
                        compatible = "renesas,r8a7743-sysc";
                        reg = <0 0xe6180000 0 0x200>;
                        #power-domain-cells = <1>;
                };
 
-               rst: reset-controller@e6160000 {
-                       compatible = "renesas,r8a7743-rst";
-                       reg = <0 0xe6160000 0 0x100>;
-               };
-
                dmac0: dma-controller@e6700000 {
                        compatible = "renesas,dmac-r8a7743",
                                     "renesas,rcar-dmac";
-- 
2.7.0.rc3.207.g0ac5344

Reply via email to