mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
arm64: tegra: p2597: Sort nodes by unit-address
Some of these nodes got inserted in the wrong place. Restore ordering by unit-address. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
5eef17ee76
commit
be4f0dd347
@ -1303,6 +1303,15 @@ hdmi_ddc: i2c@7000c700 {
|
|||||||
clock-frequency = <100000>;
|
clock-frequency = <100000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sata@70020000 {
|
||||||
|
status = "okay";
|
||||||
|
phys = <&{/padctl@7009f000/pads/sata/lanes/sata-0}>;
|
||||||
|
};
|
||||||
|
|
||||||
|
hda@70030000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
usb@70090000 {
|
usb@70090000 {
|
||||||
phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>,
|
phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>,
|
||||||
<&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>,
|
<&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>,
|
||||||
@ -1325,15 +1334,6 @@ usb@70090000 {
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
sata@70020000 {
|
|
||||||
status = "okay";
|
|
||||||
phys = <&{/padctl@7009f000/pads/sata/lanes/sata-0}>;
|
|
||||||
};
|
|
||||||
|
|
||||||
hda@70030000 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
padctl@7009f000 {
|
padctl@7009f000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user