diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-01-16 03:10:58 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-01-30 15:36:52 -0600 |
commit | 319a12e7c399df4316f54f6cc83cd6cdffb4ec4a (patch) | |
tree | e2217f96fd0f3801e579f70c0fdb79d20ba2ae80 | |
parent | bb5009a24ec3f2f2ec1e2ed7b8a5dcde9a9e28d9 (diff) |
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>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts | 11 |
1 files changed, 5 insertions, 6 deletions
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"; +}; |