[PATCH v3 4/5] arm64: dts: rockchip: Enable USB 2.0 ports on ArmSoM Sige1

Chukun Pan amadeus at jmu.edu.cn
Thu May 28 23:51:00 PDT 2026


Hi,

> +&usb_host0_xhci {
> +	extcon = <&usb2phy>;
> +	maximum-speed = "high-speed";
> +	phys = <&usb2phy_otg>;
> +	phy-names = "usb2-phy";
> +	vbus-supply = <&vcc5v0_usb_otg>

The semicolon is missing at the end.
It should be located in the otg node:

&usb2phy0_otg {
	phy-supply = <&vcc5v0_usb_otg>;
	status = "okay";
};

Thanks,
Chukun



More information about the Linux-rockchip mailing list