summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2024-03-19 22:14:51 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2024-03-19 14:22:43 +0000
commit717aa0596cd6cfb8697edb68c72b3050a02c2ed3 (patch)
treed8453ba1f0183bde6b996dae295e6200df932a88
parent10c034c66d7fe893fef8ad4234b00699d7e90e1b (diff)
downloadhikey-modules-android12-5.4-hikey.tar.gz
hikey_gki.fragment: enable CONFIG_CPUFREQ_DT and other Thermal configsandroid12-5.4-hikey
to fix the themal cooling devices not work issue. CONFIG_CPUFREQ_DT is the key, as SCMI is not supported by the hikey board Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I3b62808ab3ab9c606ef8e8c8b39ba17cfd1c28da (cherry picked from commit 29843b503f9e6e16b1541ee6648ed4499b9cba56)
-rw-r--r--hikey_gki.fragment4
1 files changed, 4 insertions, 0 deletions
diff --git a/hikey_gki.fragment b/hikey_gki.fragment
index ddbcc73..c5e5077 100644
--- a/hikey_gki.fragment
+++ b/hikey_gki.fragment
@@ -50,3 +50,7 @@ CONFIG_EXTCON_GPIO=m
CONFIG_EXTCON_USB_GPIO=m
CONFIG_PHY_HI6220_USB=m
CONFIG_SDCARD_FS=m
+CONFIG_CPUFREQ_DT=m
+CONFIG_THERMAL_WRITABLE_TRIPS=y
+CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR=y
+CONFIG_THERMAL_GOV_STEP_WISE=y