summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-05-13 17:32:28 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-05-13 17:32:28 -0500
commitbf0fac71b9006d2267833cda20d5330f4005bef0 (patch)
tree828a927943211b0c438f2a03022c18617b3409b6
parent53cd00975c9af3a6404d4c5ef6b7205cc37b50b4 (diff)
downloadtalos-openbmc-bf0fac71b9006d2267833cda20d5330f4005bef0.tar.gz
talos-openbmc-bf0fac71b9006d2267833cda20d5330f4005bef0.zip
Fix ambient temperature sensor mappings on Talos II
Talos has three on-board sensors, two high resolution sensors and one low resolution sensor. The two high resolution sensors are mounted near the front edge of the PCB, to monitor intake temperatures on the card. The low resolution sensor is mounted near the rear of the PCB, in the PCIe card area.
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@440/w83773g@4c.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@440/w83773g@4c.conf b/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@440/w83773g@4c.conf
index f42b41694..506687fcd 100644
--- a/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@440/w83773g@4c.conf
+++ b/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@440/w83773g@4c.conf
@@ -1,2 +1,3 @@
-LABEL_temp1 = "ambient"
-LABEL_temp2 = "pcie"
+LABEL_temp1 = "pcie"
+LABEL_temp2 = "cpu_1_ambient"
+LABEL_temp3 = "ambient"
OpenPOWER on IntegriCloud