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 C7EF529A2; Tue, 30 Jul 2024 15:56:15 +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=1722354975; cv=none; b=VztgZFRi3alaLAdqWZ52tM8j2QxE5qZjau1AwzlsOyP2pk3CgcPbV8h97mHP+/5HgSDd8VMdiS1FlwRhO9ZZf0ZYT83IVTg+mYXnWM41YlIRP9gHhmxBBrt967r5t7Xg35Oal52BN74gV1wRrbyMNtN4hEm2yFS1dX8KdIUJ+Qo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722354975; c=relaxed/simple; bh=tsbCJRm1LB6nKE/w85sV7oXNYHXrxtkniFe1agDLGjc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=osuJXlidAZYDfcsjJ0RvCj5t8xczaUIpCmVUE49pcpHKzREFRkCJXxIndiKLmGe4+Q8RB3oH++wswAwoTxED7ydrTDvdWx+hCBKMpObmJ5r9W1InlgJ3D8PxHT8TtTkEvg1YsEpBUPNL3sNWO5ApPo//bospJ3A5c7G7lEUlESg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=sazOayyp; 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="sazOayyp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F403C32782; Tue, 30 Jul 2024 15:56:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1722354975; bh=tsbCJRm1LB6nKE/w85sV7oXNYHXrxtkniFe1agDLGjc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sazOayypbBBc932aa9FtbpL938VaNRvs74A8fZjgd0m6aVs80kgZHq5dDmHjcuzRe lD49k68JOPB50sLC0k7aujxRdDUR5jqA53AMSyCZs0Sj/Cdch2V7KbWyFbY61eo/iP eKxt+cXNI4GFIjpDNPmIYEXWIGIJW/1ZMwTC7Gzs= 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 6.1 043/440] arm64: dts: qcom: msm8996: specify UFS core_clk frequencies Date: Tue, 30 Jul 2024 17:44:36 +0200 Message-ID: <20240730151617.444516298@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240730151615.753688326@linuxfoundation.org> References: <20240730151615.753688326@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.1-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 986a5b5c05e48..3b9a4bf897014 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -2016,7 +2016,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