[PATCH v2 4/5] arm64: dts: rockchip: Enable USB 2.0 ports on ArmSoM Sige1
Heiko Stuebner
heiko at sntech.de
Thu May 28 15:12:33 PDT 2026
Am Montag, 25. Mai 2026, 09:00:10 Mitteleuropäische Sommerzeit schrieb Chukun Pan:
> Hi,
>
> > +&usb_host0_xhci {
> > + extcon = <&usb2phy>;
> > + maximum-speed = "high-speed";
> > + phys = <&usb2phy_otg>;
> > + phy-names = "usb2-phy";
>
> The same warning for this otg port:
> [ 0.232211] dwc3 fe500000.usb: Configuration mismatch. dr_mode forced to host
According to the schematics, this is an actual Type-C port, so not really
sure what the controller or driver is doing there.
Could you possibly check which condition in
dwc3_get_dr_mode() in drivers/usb/dwc3/core.c is triggering this?
> > +&usb2phy_otg {
> > + status = "okay";
> > +};
>
> OTG port missing: `vbus-supply = <&vcc5v0_usb_otg>;` [1]
I've added the supply now.
Thanks for testing
Heiko
More information about the Linux-rockchip
mailing list