arm64: dts: imx93-kontron: Fix USB port assignment

The assignment of the USB ports is wrong and needs to be swapped.
The OTG (USB-C) port is on the first port and the host port with
the onboard hub is on the second port.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Fixes: 2b52fd6035 ("arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL carrier board")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Frieder Schrempf 2025-07-21 12:05:46 +02:00 committed by Shawn Guo
parent f3e011388d
commit c94737568b

View File

@ -137,6 +137,16 @@ &tpm6 {
};
&usbotg1 {
adp-disable;
hnp-disable;
srp-disable;
disable-over-current;
dr_mode = "otg";
usb-role-switch;
status = "okay";
};
&usbotg2 {
#address-cells = <1>;
#size-cells = <0>;
disable-over-current;
@ -149,16 +159,6 @@ usb1@1 {
};
};
&usbotg2 {
adp-disable;
hnp-disable;
srp-disable;
disable-over-current;
dr_mode = "otg";
usb-role-switch;
status = "okay";
};
&usdhc2 {
vmmc-supply = <&reg_vdd_3v3>;
status = "okay";