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: msm8996: support using GPLL0 as kryocc input

In some cases the driver might need using GPLL0 to drive CPU clocks.
Bring it in through the sys_apcs_aux clock.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230113120544.59320-15-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
ac0d84d4 0da2eff4

+2 -2
+2 -2
arch/arm64/boot/dts/qcom/msm8996.dtsi
··· 2947 2947 compatible = "qcom,msm8996-apcc"; 2948 2948 reg = <0x06400000 0x90000>; 2949 2949 2950 - clock-names = "xo"; 2951 - clocks = <&rpmcc RPM_SMD_BB_CLK1>; 2950 + clock-names = "xo", "sys_apcs_aux"; 2951 + clocks = <&rpmcc RPM_SMD_BB_CLK1>, <&apcs_glb>; 2952 2952 2953 2953 #clock-cells = <1>; 2954 2954 };