summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-03-22 05:46:44 -0500
committerJayanth Othayoth <ojayanth@in.ibm.com>2017-03-28 05:32:45 -0500
commit3a3ac92f78786562e6b13d6919c64c0ff132bc99 (patch)
tree55583688122ec40610d82d3147e5b97cf8e63a4e /configs
parentc2ef4fcfd1b868e9be04ed8acf76cf05d3cfecd8 (diff)
downloadtalos-skeleton-3a3ac92f78786562e6b13d6919c64c0ff132bc99.tar.gz
talos-skeleton-3a3ac92f78786562e6b13d6919c64c0ff132bc99.zip
Add IPMI sensor for Turbo Allowed.
Change-Id: I2b84147e4dae5bb0ef1ea4b58b80e3bd152f5389 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/Witherspoon.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index a1ee566..40f82e2 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -293,6 +293,7 @@ ID_LOOKUP = {
0x02 : '/org/openbmc/sensors/host/OperatingSystemStatus',
0x04 : '<inventory_root>/system/chassis/motherboard/pcielink',
0xD8 : '/org/openbmc/sensors/host/PowerSupplyRedundancy',
+ 0xda : '/org/openbmc/sensors/host/TurboAllowed',
},
'GPIO_PRESENT' : {}
}
@@ -494,6 +495,7 @@ MISC_SENSORS = {
'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' },
# Garrison value is used, need to get from P9 XML.
0xD8 : { 'class' : 'PowerSupplyRedundancySensor'},
+ 0xda : { 'class' : 'TurboAllowedSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud