summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSameer Nanda <snanda@chromium.org>2012-10-18 15:56:07 -0700
committerVincent Palatin <vpalatin@chromium.org>2012-10-23 11:49:18 -0700
commit35da69e3beca4bcd42a671cc63e451288865f7df (patch)
tree6a270986b3a7614ce871fb5991f7f2e7fa34713d
parenta548bd58a21434843f3a9242fbfb4d5b54009371 (diff)
downloadchrome-ec-stabilize-link.tar.gz
temp_metrics: tmp006 calibration updatestabilize-linkstabilize-daisystabilize
Updated S0 calibration settings based on DVT3 systems. De-activate the PCH sensor in the thermal loop as its accuracy is poor. BUG=chrome-os-partner:9599 TEST=run "for i in {0..3}; do echo $i: && ectool tmp006cal $i; done" and make sure the S0 values are the same as those programmed by temp_metrics.conf. BRANCH=none Change-Id: I5a90575dc4f65d7ef12f2ed4ad366e1710499cc5 Signed-off-by: Sameer Nanda <snanda@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/36319 Reviewed-by: Todd Broch <tbroch@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--util/temp_metrics.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/util/temp_metrics.conf b/util/temp_metrics.conf
index 8c39b71d8a..56b64b2e08 100644
--- a/util/temp_metrics.conf
+++ b/util/temp_metrics.conf
@@ -85,9 +85,8 @@ script
else
usb_c_object=13
fi
- pch_d_object=3
charger_d_object=7
- echo $usb_c_object $pch_d_object $charger_d_object
+ echo $usb_c_object $charger_d_object
}
set_calibration_data() {
@@ -95,10 +94,10 @@ script
B1='-5.7e-7'
B2='4.63e-9'
- USB_C_S0='3.648e-14'
+ USB_C_S0='2.712e-14'
PCH_D_S0='9.301e-14'
HINGE_C_S0='-11.000e-14'
- CHARGER_D_S0='10.426e-14'
+ CHARGER_D_S0='5.141e-14'
# Note that the sensor numbering is different between the ectool tmp006
# and temps/tempsinfo commands.