Skip to content

Commit 1563a05

Browse files
Vladimir Zapolskiygregkh
authored andcommitted
arm64: dts: qcom: sm8550: Fix xo clock supply of platform SD host controller
[ Upstream commit 30ac651 ] The expected frequency of SD host controller core supply clock is 19.2MHz, while RPMH_CXO_CLK clock frequency on SM8650 platform is 38.4MHz. Apparently the overclocked supply clock could be good enough on some boards and even with the most of SD cards, however some low-end UHS-I SD cards in SDR104 mode of the host controller produce I/O errors in runtime, fortunately this problem is gone, if the "xo" clock frequency matches the expected 19.2MHz clock rate. Fixes: ffc50b2 ("arm64: dts: qcom: Add base SM8550 dtsi") Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20260314023715.357512-2-vladimir.zapolskiy@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 4322d8c commit 1563a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2521,7 +2521,7 @@
25212521

25222522
clocks = <&gcc GCC_SDCC2_AHB_CLK>,
25232523
<&gcc GCC_SDCC2_APPS_CLK>,
2524-
<&rpmhcc RPMH_CXO_CLK>;
2524+
<&bi_tcxo_div2>;
25252525
clock-names = "iface", "core", "xo";
25262526
iommus = <&apps_smmu 0x540 0>;
25272527
qcom,dll-config = <0x0007642c>;

0 commit comments

Comments
 (0)