mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
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:
parent
f3e011388d
commit
c94737568b
|
|
@ -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 = <®_vdd_3v3>;
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user