Re: [PATCH v2 2/5] arm64: dts: rockchip: Enable USB 2.0 ports on Radxa E20C
From: Chukun Pan
Date: Mon May 25 2026 - 02:51:07 EST
Hi,
> +&usb_host0_xhci {
> + extcon = <&usb2phy>;
> + maximum-speed = "high-speed";
> + phys = <&usb2phy_otg>;
> + phy-names = "usb2-phy";
I received this warning for this otg port:
[ 0.163307] dwc3 fe500000.usb: Configuration mismatch. dr_mode forced to host
> + snps,dis_u2_susphy_quirk;
This property is missing in the sige1 patch. Since this property
is related to phy vbus detection, can we move it to rk3528.dtsi?
Thanks,
Chukun