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 <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>
This commit is contained in:
Dmitry Baryshkov
2024-01-16 03:10:58 +02:00
committed by Bjorn Andersson
parent bb5009a24e
commit 319a12e7c3

View File

@@ -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";
};