From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A1BC6198A2C; Thu, 25 Jul 2024 14:47:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721918830; cv=none; b=qzjeSwklElcWILQAzhHDZa1N0ICGmtjN0v7sssAMKHB2U6xBCLe0bOqwisiEtgOYB4mnPQ+V+Egd+vvkl2q76u2FyiWcpiVhhJhS5tCqzAQ/Tu882N+7CS6rfg0A0XA92eG1qsgzqzHO+0HfEzYJHUvQSnKeTDYZsJtq4ChaFxg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721918830; c=relaxed/simple; bh=Dieq6dAcR9tBxSuW0SuXeCxSYnjtiZ5x5vdmen6elwE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=AHtMiARotqMuXkLhlG6S7+3Y8f4r3qcSogi+nMaeSXaZ0JpNnBnNv2VS9gsDpj6mV2J3klVffmZ0wIp8LbAAUz+jlbf6tKzMyS1pFY6O6dRI8ifYmgYws5Sl8Ip/ajFkxEgCo0f7nF5YZsIGOqKgkDgfnRoUHihXRa4HYb23dT8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=yzddhjgU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="yzddhjgU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 219A6C116B1; Thu, 25 Jul 2024 14:47:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721918830; bh=Dieq6dAcR9tBxSuW0SuXeCxSYnjtiZ5x5vdmen6elwE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=yzddhjgUOiZ+8rfxs2yJw0NT2I1gZiFL3c+zSK1yhvU8yC0o4isYiMAAWclQ8mlgD TL1/ZJ1/QIR1QtWP4Af0KI9WCs7ExIk6u/jZYRwCuLLEkqPYl5AIgW8qLF9ysnMvoK /EzkN4RdPvh6GE5PWQijMNdDHgJCf1OBAdDQXadc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krishna Kurapati , Konrad Dybcio , Bjorn Andersson Subject: [PATCH 6.9 23/29] arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for USB Date: Thu, 25 Jul 2024 16:37:33 +0200 Message-ID: <20240725142732.547770533@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240725142731.678993846@linuxfoundation.org> References: <20240725142731.678993846@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krishna Kurapati commit fad58a41b84667cb6c9232371fc3af77d4443889 upstream. For Gen-1 targets like SDM630, 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 SDM630 to mitigate this issue. Cc: stable@vger.kernel.org Fixes: c65a4ed2ea8b ("arm64: dts: qcom: sdm630: Add USB configuration") Signed-off-by: Krishna Kurapati Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20240704152848.3380602-5-quic_kriskura@quicinc.com Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/sdm630.dtsi | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi @@ -1302,6 +1302,7 @@ interrupts = ; snps,dis_u2_susphy_quirk; snps,dis_enblslpm_quirk; + snps,parkmode-disable-ss-quirk; phys = <&qusb2phy0>, <&usb3_qmpphy>; phy-names = "usb2-phy", "usb3-phy";