From 84c0b23e0149a2fe0e5bf82ae821031a0d6f4987 Mon Sep 17 00:00:00 2001 From: Patrick Yavitz Date: Tue, 29 Jul 2025 18:39:29 -0400 Subject: [PATCH] Sunxi64: `Add CONFIG_THERMAL_GOV_USER_SPACE=y` Noticed dmesg error on the Tritium H5 [ 2.354290] thermal thermal_zone0: binding cdev cpufreq-cpu0 to trip 3 failed: -22 [ 2.354350] thermal thermal_zone0: binding cdev cpufreq-cpu0 to trip 4 failed: -22 Signed-off-by: Patrick Yavitz --- config/kernel/linux-sunxi64-edge.config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/kernel/linux-sunxi64-edge.config b/config/kernel/linux-sunxi64-edge.config index 778485fad..96486264a 100644 --- a/config/kernel/linux-sunxi64-edge.config +++ b/config/kernel/linux-sunxi64-edge.config @@ -1409,6 +1409,7 @@ CONFIG_SENSORS_W83627EHF=m CONFIG_THERMAL_NETLINK=y CONFIG_THERMAL_GOV_FAIR_SHARE=y CONFIG_THERMAL_GOV_BANG_BANG=y +CONFIG_THERMAL_GOV_USER_SPACE=y CONFIG_CPU_THERMAL=y CONFIG_DEVFREQ_THERMAL=y CONFIG_THERMAL_MMIO=m