summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-05-13 17:32:28 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-25 08:02:02 +0000
commit4f6de793b97c0039296410b18608cd8f2d7f8393 (patch)
tree028d78faf7df2af5db99bf281f074c79aaf9a0fc
parent3f7f189305e3143c5a24babd8f7517b162665f33 (diff)
downloadtalos-openbmc-4f6de793b97c0039296410b18608cd8f2d7f8393.tar.gz
talos-openbmc-4f6de793b97c0039296410b18608cd8f2d7f8393.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