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:
Dave Parker 2013-08-28 18:22:36 -07:00 committed by chrome-internal-fetch
commit 6f622637b1

View file

@ -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