Message ID | 20210109011252.3436533-1-dmitry.baryshkov@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 74097d805edb9305a2a588a8ece82d2495ff5a88 |
Headers | show |
Series | arm64: dts: qcom: sm8250: correct sdhc_2 xo clk | expand |
Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Sat, 9 Jan 2021 04:12:52 +0300 you wrote: > sdhc_2 uses 19200000 Hz clock rather than wrongly specified xo_board > (39400000 Hz). Specify correct clock to fix DLL setup for SDR104 mode. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > Fixes: c4cf0300be84 ("arm64: dts: qcom: sm8250: Add support for SDC2") > --- > arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - arm64: dts: qcom: sm8250: correct sdhc_2 xo clk https://git.kernel.org/qcom/c/74097d805edb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index 951056056b41..3cb65b85f4a6 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -2125,7 +2125,7 @@ sdhc_2: sdhci@8804000 { clocks = <&gcc GCC_SDCC2_AHB_CLK>, <&gcc GCC_SDCC2_APPS_CLK>, - <&xo_board>; + <&rpmhcc RPMH_CXO_CLK>; clock-names = "iface", "core", "xo"; iommus = <&apps_smmu 0x4a0 0x0>; qcom,dll-config = <0x0007642c>;
sdhc_2 uses 19200000 Hz clock rather than wrongly specified xo_board (39400000 Hz). Specify correct clock to fix DLL setup for SDR104 mode. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Fixes: c4cf0300be84 ("arm64: dts: qcom: sm8250: Add support for SDC2") --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)