From a8ebb3c391f127ef9463938254a3b876adb21046 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Mon, 8 Aug 2022 01:45:34 +0200 Subject: msm8996-common: thermal: Adjust thermal zones Change-Id: If560adfd69a6c3a1cc9f837b31d16b0bff3e3b15 --- thermal/thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thermal/thermal.c b/thermal/thermal.c index 9bef5b0..75d0e46 100644 --- a/thermal/thermal.c +++ b/thermal/thermal.c @@ -32,9 +32,9 @@ #define TEMPERATURE_FILE_FORMAT "/sys/class/thermal/thermal_zone%d/temp" #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" -#define BATTERY_SENSOR_NUM 29 -#define GPU_SENSOR_NUM 14 -#define SKIN_SENSOR_NUM 24 +#define BATTERY_SENSOR_NUM 21 +#define GPU_SENSOR_NUM 18 +#define SKIN_SENSOR_NUM 2 const int CPU_SENSORS[] = {4, 6, 9, 11}; -- cgit v1.2.3