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 d7ae28afef7d799d630c8318ce10dafc5b9a1a38..9ca692ed1b2bd5775c9b89b258a2c3391bde9546 100644 (file)
        };
 };
 
-&nand {
+&usb {
        status = "okay";
 };
 
-&usb {
+&nand {
        status = "okay";
 };
index f91d77f6ccd8fb81d38ca0c58bf29b3f06ad7f61..1965e4dfe4a4778de7b914605d8c78f96560f0d0 100644 (file)
        };
 };
 
-&nand {
-       status = "okay";
-};
-
 &usb0 {
        status = "okay";
 };
 &pcie {
        status = "okay";
 };
+
+&nand {
+       status = "okay";
+};