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

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: msm8916: add xo clocks to rpmcc and a53pll

Both a53pll and rpmcc make use of xo as a clock parent. Add it to the
respective device nodes.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220620010519.1533364-1-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
93d7cf2e 2752bb7d

+4
+4
arch/arm64/boot/dts/qcom/msm8916.dtsi
··· 301 301 rpmcc: clock-controller { 302 302 compatible = "qcom,rpmcc-msm8916", "qcom,rpmcc"; 303 303 #clock-cells = <1>; 304 + clocks = <&xo_board>; 305 + clock-names = "xo"; 304 306 }; 305 307 306 308 rpmpd: power-controller { ··· 1860 1858 compatible = "qcom,msm8916-a53pll"; 1861 1859 reg = <0x0b016000 0x40>; 1862 1860 #clock-cells = <0>; 1861 + clocks = <&xo_board>; 1862 + clock-names = "xo"; 1863 1863 }; 1864 1864 1865 1865 timer@b020000 {