commit | 37160dc1403b97297f8426c817c38772e3052716 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Thu Oct 19 14:39:46 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 01 18:17:36 2017 +0000 |
tree | 0f47d3c36be0aa569e605162855dc7d5d7ec13f4 | |
parent | b56aa9ea09549b12b5bc6c3cb9c7873bc51c6031 [diff] |
wspoon: Apply offset to ambient temp sensor According to thermal characterization, the ambient temperature sensor requires a -2C offset applied to reflect the correct ambient temperature. Change-Id: I354988013d51ee57403fa68c3fa5120e59d16b74 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/bmp280@77.conf b/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/bmp280@77.conf index e821950..cdf8b47 100644 --- a/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/bmp280@77.conf +++ b/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/bmp280@77.conf
@@ -3,3 +3,4 @@ WARNLO_temp1 = "0" CRITHI_temp1 = "35000" CRITLO_temp1 = "0" +OFFSET_temp1 = "-2000"
diff --git a/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/dps310@76.conf b/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/dps310@76.conf index e821950..cdf8b47 100644 --- a/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/dps310@76.conf +++ b/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@100/dps310@76.conf
@@ -3,3 +3,4 @@ WARNLO_temp1 = "0" CRITHI_temp1 = "35000" CRITLO_temp1 = "0" +OFFSET_temp1 = "-2000"