arm64: dts: uniphier: sort labels in the same order as in dtsi
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 20 Jan 2019 23:03:36 +0000 (08:03 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 15 Feb 2019 00:04:30 +0000 (09:04 +0900)
Sort the labels in the same order as in the corresponding dtsi file,
in other words, the order of reg address.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts
arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts

index d7ae28a..9ca692e 100644 (file)
        };
 };
 
-&nand {
+&usb {
        status = "okay";
 };
 
-&usb {
+&nand {
        status = "okay";
 };
index f91d77f..1965e4d 100644 (file)
        };
 };
 
-&nand {
-       status = "okay";
-};
-
 &usb0 {
        status = "okay";
 };
 &pcie {
        status = "okay";
 };
+
+&nand {
+       status = "okay";
+};