Update controllable TDP thresholds for Peppy
BUG=chrome-os-partner:22241 BRANCH=peppy TEST=Manual. Use watch_power script attached to crosbug.com/p/20604 Change-Id: I1aaf1d58ec2242367cbc3ade28423c80e852d021 Signed-off-by: Dave Parker <dparker@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/167510 Reviewed-by: Shawn Nematbakhsh <shawnn@chromium.org>
This commit is contained in:
parent
575e910127
commit
6f622637b1
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@
|
|||
/* Control TDP Settings */
|
||||
#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 */
|
||||
#define CTL_TDP_THRESHOLD_OFF 85 /* Normal at 85C */
|
||||
#define CTL_TDP_THRESHOLD_ON 90 /* Limited at 90C */
|
||||
|
||||
/* Temperature which OS will shutdown at */
|
||||
#define CRITICAL_TEMPERATURE 104
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue