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@xxxxxxxxxxx/ 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(+) -- 2.34.1