summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_health.c
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2017-02-15 14:24:23 -0600
committerChristopher J. Cain <cjcain@us.ibm.com>2017-02-15 17:29:43 -0500
commit6ff7b2615b6eb6c19f64babf7a724923c12c34b3 (patch)
tree120bd0e30ea65763912150fc178bd76832de959f /src/occ_405/amec/amec_health.c
parent7d221393954c02379f488a38d3e97c33f46178cd (diff)
downloadtalos-occ-6ff7b2615b6eb6c19f64babf7a724923c12c34b3.tar.gz
talos-occ-6ff7b2615b6eb6c19f64babf7a724923c12c34b3.zip
Add individual DIMM temperature sensor support
Change-Id: If5b024f031d4b266603720d126fce88bf2362e1a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36528 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/occ_405/amec/amec_health.c')
-rwxr-xr-xsrc/occ_405/amec/amec_health.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/amec/amec_health.c b/src/occ_405/amec/amec_health.c
index 0495a92..0f0edf7 100755
--- a/src/occ_405/amec/amec_health.c
+++ b/src/occ_405/amec/amec_health.c
@@ -165,7 +165,7 @@ void amec_health_check_dimm_temp()
}
l_ot_error = g_amec->thermaldimm.ot_error;
- l_sensor = getSensorByGsid(TEMP16MSDIMM);
+ l_sensor = getSensorByGsid(TEMPDIMMTHRM);
l_cur_temp = l_sensor->sample;
l_max_temp = l_sensor->sample_max;
TRAC_ERR("amec_health_check_dimm_temp: DIMM reached error temp[%d]. cur_max[%d], hist_max[%d]",
OpenPOWER on IntegriCloud