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 B089719D06D; Thu, 25 Jul 2024 14:44:43 +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=1721918683; cv=none; b=eoUaKH5U7ooR/E1fANyqz6Iv3bacKyEQzvQ4cIg8gmT0P+LwHMmunceazbJbIWDhhx4xBVPkKon+0kkJFM5EC2Lqa13sbhw27ngugHcqmPRfUyTk79k3LyADB+zxDfoIVi+mYbI2hJSraAhLX9CzD5LzSL7ogwE3ckGxJn8Eo8g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721918683; c=relaxed/simple; bh=Qm1WAFjEwvv8PVE+mu6svcyBoO6VHySnZt/ROdvqE8c=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=cpqvEILRHOG4iR4fjzQzuTSSbARvUlo4F8bBRhtJJ5duyNJFfQLXybHmsXMHRooYfuNoCr79saScXyuGO8hlqUT/BsXYjPU/mu0CbUUwG7mukBpk3Uudw0duv1yU1YLjxQJ/mcS/CJZR7clo+UOFT+xCu5MN9hP2Y+hHiExHQWk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Bi52S1fW; 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="Bi52S1fW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2AE3C4AF07; Thu, 25 Jul 2024 14:44:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721918683; bh=Qm1WAFjEwvv8PVE+mu6svcyBoO6VHySnZt/ROdvqE8c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Bi52S1fW5CgCiVwXYDYsD9OQnjH9nK1kw14AbWWcZncuKVcgDFz6Ff6o6BbUFpRbz vBs/k2IZ1lAYFyTGes9caBqenDnS1EoJ/hNs2wSVOdU839CQFfTfcGiE5bGuSwOuKl Msg21eYMyatAFSaPYs8/pr+1/37SHWnOoxRCQlkA= 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.1 08/13] arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB Date: Thu, 25 Jul 2024 16:37:17 +0200 Message-ID: <20240725142728.353758445@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240725142728.029052310@linuxfoundation.org> References: <20240725142728.029052310@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krishna Kurapati commit 44ea1ae3cf95db97e10d6ce17527948121f1dd4b upstream. For Gen-1 targets like MSM8996, 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 MSM8996 to mitigate this issue. Cc: stable@vger.kernel.org Fixes: 1e39255ed29d ("arm64: dts: msm8996: Add device node for qcom,dwc3") Signed-off-by: Krishna Kurapati Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20240704152848.3380602-8-quic_kriskura@quicinc.com Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -3004,6 +3004,7 @@ snps,dis_u2_susphy_quirk; snps,dis_enblslpm_quirk; snps,is-utmi-l1-suspend; + snps,parkmode-disable-ss-quirk; tx-fifo-resize; }; };