Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: qcom: talos: Correct UFS clocks ordering

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: ea172f61f4fd ("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>

authored by

Pradeep P V K and committed by
Bjorn Andersson
8bb37549 8f0b4cce

+2 -2
+2 -2
arch/arm64/boot/dts/qcom/talos.dtsi
··· 1399 1399 <&gcc GCC_AGGRE_UFS_PHY_AXI_CLK>, 1400 1400 <&gcc GCC_UFS_PHY_AHB_CLK>, 1401 1401 <&gcc GCC_UFS_PHY_UNIPRO_CORE_CLK>, 1402 - <&gcc GCC_UFS_PHY_ICE_CORE_CLK>, 1403 1402 <&rpmhcc RPMH_CXO_CLK>, 1404 1403 <&gcc GCC_UFS_PHY_TX_SYMBOL_0_CLK>, 1405 - <&gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>; 1404 + <&gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>, 1405 + <&gcc GCC_UFS_PHY_ICE_CORE_CLK>; 1406 1406 clock-names = "core_clk", 1407 1407 "bus_aggr_clk", 1408 1408 "iface_clk",