mbox series

[v2,0/2] Disable SS instances in park mode for SC7180/ SC7280

Message ID 20240604060659.1449278-1-quic_kriskura@quicinc.com
Headers show
Series Disable SS instances in park mode for SC7180/ SC7280 | expand

Message

Krishna Kurapati PSSNV June 4, 2024, 6:06 a.m. UTC
When working in host mode, in certain conditions, when the USB
host controller is stressed, there is a HC died warning that comes up.
Fix this up by disabling SS instances in park mode for SC7280 and SC7180.

It is recommended to set this quirk for all Gen-1 SoCs. Will identify the
other SoCs and push a separate series for the same.

Changes in v2:
Updated commit text to include error message as well.
Minor other nits in commit text fixed.

Link to v1:
https://lore.kernel.org/all/20240530082556.2960148-1-quic_kriskura@quicinc.com/

Krishna Kurapati (2):
  arm64: dts: qcom: sc7180: Disable SuperSpeed instances in park mode
  arm64: dts: qcom: sc7280: Disable SuperSpeed instances in park mode

 arch/arm64/boot/dts/qcom/sc7180.dtsi | 1 +
 arch/arm64/boot/dts/qcom/sc7280.dtsi | 1 +
 2 files changed, 2 insertions(+)

Comments

Bjorn Andersson June 6, 2024, 3:20 a.m. UTC | #1
On Tue, 04 Jun 2024 11:36:57 +0530, Krishna Kurapati wrote:
> When working in host mode, in certain conditions, when the USB
> host controller is stressed, there is a HC died warning that comes up.
> Fix this up by disabling SS instances in park mode for SC7280 and SC7180.
> 
> It is recommended to set this quirk for all Gen-1 SoCs. Will identify the
> other SoCs and push a separate series for the same.
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: qcom: sc7180: Disable SuperSpeed instances in park mode
      commit: 5b8baed4b88132c12010ce6ca1b56f00d122e376
[2/2] arm64: dts: qcom: sc7280: Disable SuperSpeed instances in park mode
      commit: 3d930f1750ce30a6c36dbc71f8ff7e20322b94d7

Best regards,