From: Dmitry Baryshkov Date: Tue, 16 Jan 2024 01:10:58 +0000 (+0200) Subject: arm64: dts: qcom: sda660-ifc6560: enable USB 3.0 PHY X-Git-Tag: v6.9-rc1~178^2~25^2~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=319a12e7c399df4316f54f6cc83cd6cdffb4ec4a;p=thirdparty%2Flinux.git arm64: dts: qcom: sda660-ifc6560: enable USB 3.0 PHY The Inforce IFC6560 board actually has USB SS lines routed to the USB-C connector. Enable USB 3.0 PHY and SS mode for the USB3 host. Signed-off-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20240116-sdm660-usb3-support-v1-4-2fbd683aea77@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts b/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts index 21fae799c816a..702ab49bbc594 100644 --- a/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts +++ b/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts @@ -454,16 +454,15 @@ }; &usb3 { - qcom,select-utmi-as-pipe-clk; - status = "okay"; }; &usb3_dwc3 { - maximum-speed = "high-speed"; - phys = <&qusb2phy0>; - phy-names = "usb2-phy"; - dr_mode = "peripheral"; extcon = <&extcon_usb>; }; + +&usb3_qmpphy { + vdda-phy-supply = <&vreg_l1b_0p925>; + status = "okay"; +};