Skip to content

Commit 9947d10

Browse files
mszyprowkrzk
authored andcommitted
ARM: exynos_defconfig: Enable devfreq thermal integration
Panfrost driver provides a devfreq driver for the Mali GPU and allows to scale GPU core frequency. Enable support for devfreq thermal integration to enable cooling of GPU thermal zone by reducing GPU core frequency. This fixes following warning during boot on Exynos5422-based Odroid XU4: panfrost 11800000.gpu: [drm:panfrost_devfreq_init] Failed to register cooling device Signed-off-by: Marek Szyprowski <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 4846033 commit 9947d10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/configs/exynos_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ CONFIG_SENSORS_NTC_THERMISTOR=y
156156
CONFIG_SENSORS_PWM_FAN=y
157157
CONFIG_SENSORS_INA2XX=y
158158
CONFIG_CPU_THERMAL=y
159+
CONFIG_DEVFREQ_THERMAL=y
159160
CONFIG_THERMAL_EMULATION=y
160161
CONFIG_WATCHDOG=y
161162
CONFIG_S3C2410_WATCHDOG=y

0 commit comments

Comments
 (0)