Commit 862120bd authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Sort nodes by unit-address on Jetson Nano

Move the usb@700d0000 node to the correct place in the device tree,
ordered by unit-address.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent bb678298
......@@ -553,14 +553,6 @@ mmc@700b0000 {
vmmc-supply = <&vdd_3v3_sd>;
};
usb@700d0000 {
status = "okay";
phys = <&micro_b>;
phy-names = "usb2-0";
avddio-usb-supply = <&vdd_3v3_sys>;
hvdd-usb-supply = <&vdd_1v8>;
};
mmc@700b0400 {
status = "okay";
bus-width = <4>;
......@@ -574,6 +566,14 @@ mmc@700b0400 {
wakeup-source;
};
usb@700d0000 {
status = "okay";
phys = <&micro_b>;
phy-names = "usb2-0";
avddio-usb-supply = <&vdd_3v3_sys>;
hvdd-usb-supply = <&vdd_1v8>;
};
clk32k_in: clock@0 {
compatible = "fixed-clock";
clock-frequency = <32768>;
......
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