Skip to content

Commit 79966ba

Browse files
Pradeep-pvkgregkh
authored andcommitted
arm64: dts: qcom: talos: Correct UFS clocks ordering
[ Upstream commit 8bb3754 ] The current UFS clocks does not align with their respective names, causing the ref_clk to be set to an incorrect frequency as below, which results in command timeouts. ufshcd-qcom 1d84000.ufshc: invalid ref_clk setting = 300000000 This commit fixes the issue by properly reordering the UFS clocks to match their names. Fixes: ea172f6 ("arm64: dts: qcom: qcs615: Fix up UFS clocks") Cc: stable@vger.kernel.org Signed-off-by: Pradeep P V K <pradeep.pragallapati@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251126131146.16146-1-pradeep.pragallapati@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 25be3c1 commit 79966ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/sm6150.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,10 +1260,10 @@
12601260
<&gcc GCC_AGGRE_UFS_PHY_AXI_CLK>,
12611261
<&gcc GCC_UFS_PHY_AHB_CLK>,
12621262
<&gcc GCC_UFS_PHY_UNIPRO_CORE_CLK>,
1263-
<&gcc GCC_UFS_PHY_ICE_CORE_CLK>,
12641263
<&rpmhcc RPMH_CXO_CLK>,
12651264
<&gcc GCC_UFS_PHY_TX_SYMBOL_0_CLK>,
1266-
<&gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>;
1265+
<&gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>,
1266+
<&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
12671267
clock-names = "core_clk",
12681268
"bus_aggr_clk",
12691269
"iface_clk",

0 commit comments

Comments
 (0)