diff options
author | Krishna Kurapati <quic_kriskura@quicinc.com> | 2024-07-04 20:58:45 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-27 11:40:35 +0200 |
commit | cba936e34ba5c35c036c9615ebdd0a3fbf9c6ee5 (patch) | |
tree | 313d05beaa5e01b72d91ed376dd57ef92a51f43c | |
parent | 3f0ec0bcd794532e5fa098e5e57cff0bdf3c450f (diff) | |
download | linux-stable-cba936e34ba5c35c036c9615ebdd0a3fbf9c6ee5.tar.gz linux-stable-cba936e34ba5c35c036c9615ebdd0a3fbf9c6ee5.tar.bz2 linux-stable-cba936e34ba5c35c036c9615ebdd0a3fbf9c6ee5.zip |
arm64: dts: qcom: sm6115: Disable SS instance in Parkmode for USB
commit 074992a1163295d717faa21d1818c4c19ef6e676 upstream.
For Gen-1 targets like SM6115, it is seen that stressing out the
controller in host mode results in HC died error:
xhci-hcd.12.auto: xHCI host not responding to stop endpoint command
xhci-hcd.12.auto: xHCI host controller not responding, assume dead
xhci-hcd.12.auto: HC died; cleaning up
And at this instant only restarting the host mode fixes it. Disable
SuperSpeed instance in park mode for SM6115 to mitigate this issue.
Cc: stable@vger.kernel.org
Fixes: 97e563bf5ba1 ("arm64: dts: qcom: sm6115: Add basic soc dtsi")
Signed-off-by: Krishna Kurapati <quic_kriskura@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240704152848.3380602-6-quic_kriskura@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm6115.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi index 9ed062150aaf..b4ce5a322107 100644 --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi @@ -1656,6 +1656,7 @@ snps,has-lpm-erratum; snps,hird-threshold = /bits/ 8 <0x10>; snps,usb3_lpm_capable; + snps,parkmode-disable-ss-quirk; usb-role-switch; |