diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-01-06 00:05:46 -0800 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-03-05 21:37:32 -0800 |
commit | 950d3fb6fb61bd59a86b1f41ea10401ce86cb965 (patch) | |
tree | 11fdf4e3561c46a9d6f998285d059d2ed4ccaa8a /arch/arm64 | |
parent | b303f9f0050be2e1b4e19de09dd1898753cfc4d7 (diff) | |
download | linux-stable-950d3fb6fb61bd59a86b1f41ea10401ce86cb965.tar.gz linux-stable-950d3fb6fb61bd59a86b1f41ea10401ce86cb965.tar.bz2 linux-stable-950d3fb6fb61bd59a86b1f41ea10401ce86cb965.zip |
arm64: dts: qcom: msm8996: Define parent clocks for gcc
The CLKREF clocks in GCC are parented by RPM_SMD_LN_BB_CLK, through the
CXO2 pad. Wire this up so that this is properly enabled when need by the
various PHYs.
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20200106080546.3192125-3-bjorn.andersson@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index 4afd0d85633e..7b800b1f631e 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -443,6 +443,9 @@ #reset-cells = <1>; #power-domain-cells = <1>; reg = <0x00300000 0x90000>; + + clocks = <&rpmcc RPM_SMD_LN_BB_CLK>; + clock-names = "cxo2"; }; tsens0: thermal-sensor@4a9000 { |