arm64: dts: uniphier: sort labels in the same order as in dtsi

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>
This commit is contained in:
Masahiro Yamada 2019-01-21 08:03:36 +09:00
parent 32dfc773a7
commit 519904a42f
2 changed files with 8 additions and 8 deletions

View file

@ -145,10 +145,10 @@ ethphy: ethphy@1 {
};
};
&nand {
status = "okay";
};
&usb {
status = "okay";
};
&nand {
status = "okay";
};

View file

@ -101,10 +101,6 @@ ethphy1: ethphy@0 {
};
};
&nand {
status = "okay";
};
&usb0 {
status = "okay";
};
@ -116,3 +112,7 @@ &usb1 {
&pcie {
status = "okay";
};
&nand {
status = "okay";
};