[PATCH] arm64: dts: qcom: msm8996: Add missing DWC3 quirks

Konrad Dybcio posted 1 patch 3 years, 1 month ago
arch/arm64/boot/dts/qcom/msm8996.dtsi | 3 +++
1 file changed, 3 insertions(+)
[PATCH] arm64: dts: qcom: msm8996: Add missing DWC3 quirks
Posted by Konrad Dybcio 3 years, 1 month ago
Add missing dwc3 quirks from msm-3.18. Unfortunately, none of them
make `dwc3-qcom 6af8800.usb: HS-PHY not in L2` go away.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8996.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 46b74a21e035..969de1f6d96d 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -3056,8 +3056,11 @@ usb3_dwc3: usb@6a00000 {
 				interrupts = <0 131 IRQ_TYPE_LEVEL_HIGH>;
 				phys = <&hsusb_phy1>, <&ssusb_phy_0>;
 				phy-names = "usb2-phy", "usb3-phy";
+				snps,hird-threshold = /bits/ 8 <0>;
 				snps,dis_u2_susphy_quirk;
 				snps,dis_enblslpm_quirk;
+				snps,is-utmi-l1-suspend;
+				tx-fifo-resize;
 			};
 		};
 
-- 
2.39.2
Re: [PATCH] arm64: dts: qcom: msm8996: Add missing DWC3 quirks
Posted by Bjorn Andersson 3 years ago
On Thu, 2 Mar 2023 02:18:49 +0100, Konrad Dybcio wrote:
> Add missing dwc3 quirks from msm-3.18. Unfortunately, none of them
> make `dwc3-qcom 6af8800.usb: HS-PHY not in L2` go away.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: msm8996: Add missing DWC3 quirks
      commit: d0af0537e28f6eace02deed63b585396de939213

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>