From f555a6f2d830f4251d249e2032e9a4ef0174c4fa Mon Sep 17 00:00:00 2001 From: Ajay Agarwal Date: Thu, 18 Apr 2019 12:48:11 +0530 Subject: ARM: dts: msm: Limit USB3 maximum speed to high for MSM8996 ADP Owing to multiple compliance and functional issues reported on MSM8996 ADP, limit USB3 maximum speed to high until the issues are sorted out. Change-Id: Ie7c28efcb86488b3b1bd0149d35b07979a14c171 Signed-off-by: Ajay Agarwal --- arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi index db5851cbff38..679466b2dfa5 100644 --- a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi @@ -1466,6 +1466,14 @@ vdda33-supply = <&pm8994_l24>; vdda18-supply = <&pm8994_l12>; qcom,no-wakeup-src-in-hostmode; + dwc3@6a00000 { + usb-phy = <&qusb_phy0>, <&usb_nop_phy>; + maximum-speed = "high-speed"; + }; +}; + +&ssphy { + status = "disabled"; }; &blsp1_uart2 { -- cgit v1.2.3