2023-03-02 01:19:06

by Konrad Dybcio

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

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 <[email protected]>
---
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



2023-03-15 23:33:13

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: msm8996: Add missing DWC3 quirks

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 <[email protected]>