diff options
author | Adam Skladowski <a39.skl@gmail.com> | 2023-03-02 15:30:49 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-03-16 03:28:01 +0300 |
commit | 4a2c9b9e1215c557c17a48e3fabe9b1674c1d608 (patch) | |
tree | f659fe686fd763a8f6d1d914ff2889bc07a670c4 /arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi | |
parent | cf4e716e9a38b32a922a88ac3c5b701137a663dd (diff) | |
download | linux-4a2c9b9e1215c557c17a48e3fabe9b1674c1d608.tar.xz |
arm64: dts: qcom: msm8976: Add and provide xo clk to rpmcc
In order for consumers of RPMCC XO clock to probe successfully
their parent needs to be feed with reference clock to obtain proper rate,
add fixed xo-board clock and supply it to rpmcc to make consumers happy.
Frequency setting is left per board basis just like on other recent trees.
Fixes: 0484d3ce0902 ("arm64: dts: qcom: Add DTS for MSM8976 and MSM8956 SoCs")
Fixes: ff7f6d34ca07 ("arm64: dts: qcom: Add support for SONY Xperia X/X Compact")
Signed-off-by: Adam Skladowski <a39.skl@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
[bjorn: Squashed the two patches]
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230302123051.12440-1-a39.skl@gmail.com
Link: https://lore.kernel.org/r/20230302123051.12440-2-a39.skl@gmail.com
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi b/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi index 67baced639c9..085d79542e1b 100644 --- a/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi @@ -280,3 +280,7 @@ vdda3p3-supply = <&pm8950_l13>; status = "okay"; }; + +&xo_board { + clock-frequency = <19200000>; +}; |