Skip to content

Commit 07ff254

Browse files
konradybciosmb49
authored andcommitted
arm64: dts: qcom: msm8996: Add missing DWC3 quirks
BugLink: https://bugs.launchpad.net/bugs/2028808 [ Upstream commit d0af053 ] 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> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230302011849.1873056-1-konrad.dybcio@linaro.org Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent 68d0b5f commit 07ff254

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/msm8996.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2987,8 +2987,11 @@
29872987
interrupts = <0 131 IRQ_TYPE_LEVEL_HIGH>;
29882988
phys = <&hsusb_phy1>, <&ssusb_phy_0>;
29892989
phy-names = "usb2-phy", "usb3-phy";
2990+
snps,hird-threshold = /bits/ 8 <0>;
29902991
snps,dis_u2_susphy_quirk;
29912992
snps,dis_enblslpm_quirk;
2993+
snps,is-utmi-l1-suspend;
2994+
tx-fifo-resize;
29922995
};
29932996
};
29942997

0 commit comments

Comments
 (0)