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 6DD651AC8BB; Thu, 15 Aug 2024 14:26:49 +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=1723732009; cv=none; b=pf38Y39ATosoHlvzaPJs3bZdc1o6m3XyMxxrnX96LwHpdK/2JLgvWXp1pmitBPBx1fSDOH1qzzv05a4cwtaGHuiMEvnaoP0i0VLA55Z4J+AzBqtWbbHtASNt+16r3iNau/1M7XjIqyD1WNEb0mO9BVlvz4bGAd/x9vLAc/LhuWU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723732009; c=relaxed/simple; bh=xjIITa5PgNShWk1mlgmtKHNXm+Rsy47Eh2mvUAFtJ5M=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=b2OGTf9N/q9f1E9z8AaFjgAZk3PfseW1QEeY4cp8we7l/rgnCd8RdGvvkmyF3FBAQ6xjyl8PCtY1VijvmgzDcIpi7y/xsyxMz9kzO31GjOIDOTC7Mi1/K7pjxOTTPTGMz72Qn6/OLD8GYIIoyzQ7zG7hWPyG/MzYgtFPrBw2jN8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rWQy0UWr; 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="rWQy0UWr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF8F6C32786; Thu, 15 Aug 2024 14:26:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1723732009; bh=xjIITa5PgNShWk1mlgmtKHNXm+Rsy47Eh2mvUAFtJ5M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rWQy0UWrrf+f3+i4E2VYZTqrxtJprg1CTBKwj50ixJudl7K7a1WWON7T1N8QzmntC hmYSHvPRzA7w1QDGMKTv4+IwVFgHLw7mJAnr+TD7E2wB2d+wTR+OIzIQoFhLChZ1Hd pNarW0/C60Ii/JtN3GwODz7x8wmwbJICkuvlpc4w= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Nitin Rawat , Konrad Dybcio , Manivannan Sadhasivam , Dmitry Baryshkov , Bjorn Andersson , Sasha Levin Subject: [PATCH 5.10 015/352] arm64: dts: qcom: msm8996: specify UFS core_clk frequencies Date: Thu, 15 Aug 2024 15:21:21 +0200 Message-ID: <20240815131919.802157529@linuxfoundation.org> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240815131919.196120297@linuxfoundation.org> References: <20240815131919.196120297@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 5.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Dmitry Baryshkov [ Upstream commit 02f838b7f8cdfb7a96b7f08e7f6716f230bdecba ] Follow the example of other platforms and specify core_clk frequencies in the frequency table in addition to the core_clk_src frequencies. The driver should be setting the leaf frequency instead of some interim clock freq. Suggested-by: Nitin Rawat Fixes: 57fc67ef0d35 ("arm64: dts: qcom: msm8996: Add ufs related nodes") Reviewed-by: Konrad Dybcio Reviewed-by: Manivannan Sadhasivam Signed-off-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20240408-msm8996-fix-ufs-v4-1-ee1a28bf8579@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index e990e727cc0fa..118fd1e47d5c4 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -927,7 +927,7 @@ ufshc: ufshc@624000 { <&gcc GCC_UFS_RX_SYMBOL_0_CLK>; freq-table-hz = <100000000 200000000>, - <0 0>, + <100000000 200000000>, <0 0>, <0 0>, <0 0>, -- 2.43.0