diff options
Diffstat (limited to 'src/mainboard/google/peppy')
-rw-r--r-- | src/mainboard/google/peppy/thermal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/peppy/thermal.h b/src/mainboard/google/peppy/thermal.h index a038502038..74ec0b54cc 100644 --- a/src/mainboard/google/peppy/thermal.h +++ b/src/mainboard/google/peppy/thermal.h @@ -21,7 +21,7 @@ #define THERMAL_H /* Control TDP Settings */ -#define CTL_TDP_SENSOR_ID 1 /* PECI */ +#define CTL_TDP_SENSOR_ID 0 /* PECI */ #define CTL_TDP_POWER_LIMIT 12 /* 12W */ #define CTL_TDP_THRESHOLD_OFF 68 /* Normal at 68C */ #define CTL_TDP_THRESHOLD_ON 73 /* Limited at 73C */ |