Commit 519904a4 authored by Masahiro Yamada's avatar Masahiro Yamada

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 32dfc773
......@@ -145,10 +145,10 @@ ethphy: ethphy@1 {
};
};
&nand {
&usb {
status = "okay";
};
&usb {
&nand {
status = "okay";
};
......@@ -101,10 +101,6 @@ ethphy1: ethphy@0 {
};
};
&nand {
status = "okay";
};
&usb0 {
status = "okay";
};
......@@ -116,3 +112,7 @@ &usb1 {
&pcie {
status = "okay";
};
&nand {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment