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: sm8550: fix xo clock source in cpufreq-hw node

Currently, available frequencies for all CPUs are appearing as 2x
of the actual frequencies. Use xo clock source as bi_tcxo in the
cpufreq-hw node to fix this.

Signed-off-by: Pavankumar Kondeti <quic_pkondeti@quicinc.com>
Tested-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230117093533.3710000-1-quic_pkondeti@quicinc.com

authored by

Pavankumar Kondeti and committed by
Bjorn Andersson
66129812 83a54e61

+1 -1
+1 -1
arch/arm64/boot/dts/qcom/sm8550.dtsi
··· 2589 2589 <0 0x17d92000 0 0x1000>, 2590 2590 <0 0x17d93000 0 0x1000>; 2591 2591 reg-names = "freq-domain0", "freq-domain1", "freq-domain2"; 2592 - clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>; 2592 + clocks = <&bi_tcxo_div2>, <&gcc GCC_GPLL0>; 2593 2593 clock-names = "xo", "alternate"; 2594 2594 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>, 2595 2595 <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>,