arm64: dts: qcom: sda660-ifc6560: enable USB 3.0 PHY
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 16 Jan 2024 01:10:58 +0000 (03:10 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 30 Jan 2024 21:36:52 +0000 (15:36 -0600)
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 <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240116-sdm660-usb3-support-v1-4-2fbd683aea77@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts

index 21fae799c816a26c5281a0862c0f032799d2eb8b..702ab49bbc5949aa072f4cdec6c63f95e6eff9e9 100644 (file)
 };
 
 &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";
+};