]> Git Repo - J-linux.git/commitdiff
arm64: defconfig: Enable Qualcomm LMH driver
authorBjorn Andersson <[email protected]>
Sun, 17 Oct 2021 20:40:36 +0000 (13:40 -0700)
committerBjorn Andersson <[email protected]>
Thu, 21 Oct 2021 14:41:00 +0000 (09:41 -0500)
With the introduction of LMH in '36c6581214c4 ("arm64: dts: qcom:
sdm845: Add support for LMh node")' the CPUfreq gained a reference for
the two interrupts from the LMh. This means that if the LMh driver isn't
enabled CPUfreq will not probe and there's no frequency scaling.

Enable LMh to make CPUfreq functional again on SDM845.

Signed-off-by: Bjorn Andersson <[email protected]>
Tested-By: Steev Klimaszewski <[email protected]>
Reviewed-and-Tested-by: Bhupesh Sharma <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/arm64/configs/defconfig

index 6ec7800d68ad47c8e60860fa03391547bfc7e3ba..163256c71dd5fb431a9c2396c1ae9da374ca9363 100644 (file)
@@ -582,6 +582,7 @@ CONFIG_TEGRA_BPMP_THERMAL=m
 CONFIG_TEGRA_SOCTHERM=m
 CONFIG_QCOM_TSENS=y
 CONFIG_QCOM_SPMI_TEMP_ALARM=m
+CONFIG_QCOM_LMH=m
 CONFIG_UNIPHIER_THERMAL=y
 CONFIG_WATCHDOG=y
 CONFIG_SL28CPLD_WATCHDOG=m
This page took 0.066116 seconds and 4 git commands to generate.