summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2019-05-31 21:44:13 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-05 16:34:12 +0300
commit6052e32ec45ff3f32ae2d96c4dfd89b1e7d5bb3c (patch)
tree0d2ab0e6a71c64358bc55ac7b93f76f49c9d15c1 /meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon
parent797085a61036f546e29829f0738e8fa06f9c0c26 (diff)
downloadopenbmc-6052e32ec45ff3f32ae2d96c4dfd89b1e7d5bb3c.tar.xz
swift: Add si7021a20 ambient sensor
Swift has 3 ambient temperature sensors, the si7021a20 will be labeled as `ambient2` and initially use the same warn/crit temperature configurations as Witherspoon. Tested: Built image that contained the config file (From meta-ibm rev: 44d15151813b30aeb9f93cf4afb2818be2ed0b70) Change-Id: Ie5e538d270ab27cd1ebd4979c79038c1b18bb1db Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@300/si7021a20@20.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@300/si7021a20@20.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@300/si7021a20@20.conf
new file mode 100644
index 000000000..c8a729067
--- /dev/null
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@300/si7021a20@20.conf
@@ -0,0 +1,5 @@
+LABEL_temp1 = "ambient2"
+WARNHI_temp1 = "25000"
+WARNLO_temp1 = "0"
+CRITHI_temp1 = "35000"
+CRITLO_temp1 = "0"