summaryrefslogtreecommitdiffstats
path: root/meta-ingrasys
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-09-24 10:28:47 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-25 09:18:35 -0400
commitd5206068278bb3861687c383cc4980f14b7ec724 (patch)
treed0cfb49bd71df66539033a00d04133f630682ef7 /meta-ingrasys
parentc57ab16ef537382044c9dd12682be438e485011d (diff)
downloadtalos-openbmc-d5206068278bb3861687c383cc4980f14b7ec724.tar.gz
talos-openbmc-d5206068278bb3861687c383cc4980f14b7ec724.zip
meta-zaius: phosphor-ipmi-sensor-inventory: add onewire
This adds the IPMI configuration for the four onewire sensors. (From meta-ingrasys rev: d83a702638da09c1bb993b2d5a4ce7067b87bc80) Change-Id: I9d5a8335867b59986959e968121872bfa9538849 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ingrasys')
-rw-r--r--meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml b/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml
index a97aa20d9..bb0856adc 100644
--- a/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml
+++ b/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml
@@ -204,6 +204,33 @@
<<: *fan_tach
path: /xyz/openbmc_project/sensors/fan_tach/fan3
+0xC0: &temperature
+ sensorType: 0x01
+ path: /xyz/openbmc_project/sensors/temperature/w1_inlet
+ sensorReadingType: 0x01
+ multiplierM: 235
+ offsetB: 0
+ bExp: 0
+ unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
+ scale: -3
+ serviceInterface: org.freedesktop.DBus.Properties
+ readingType: readingData
+ interfaces:
+ xyz.openbmc_project.Sensor.Value:
+ Value:
+ Offsets:
+ 0xFF:
+ type: int64_t
+0xC1:
+ <<: *temperature
+ path: /xyz/openbmc_project/sensors/temperature/w1_exhaust_left
+0xC2:
+ <<: *temperature
+ path: /xyz/openbmc_project/sensors/temperature/w1_exhaust_right
+0xC3:
+ <<: *temperature
+ path: /xyz/openbmc_project/sensors/temperature/w1_exhaust_mid
+
0xC4: &fanpwm
sensorType: 0x04
path: /xyz/openbmc_project/sensors/fan_tach/fan0
OpenPOWER on IntegriCloud