summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2017-09-01 13:37:19 +0530
committerTom Joseph <tomjoseph@in.ibm.com>2017-09-01 13:37:19 +0530
commit2c92f88193eb3cfe46834c33cf400d0d08ed9f42 (patch)
tree981fa1d4d8fddd665bd3ebc19fe49aee7191cdbb /configs
parentf1470e9b1add411c2ad3d87b7bf6a61329859b18 (diff)
downloadtalos-skeleton-2c92f88193eb3cfe46834c33cf400d0d08ed9f42.tar.gz
talos-skeleton-2c92f88193eb3cfe46834c33cf400d0d08ed9f42.zip
Correct the PS Derating & PS redundancy sensor numbers.
Change-Id: I5db50fc156005aa901714e370cf75a4d5455d4cb Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/Witherspoon.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index 4c63eef..dc8272d 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -289,9 +289,9 @@ ID_LOOKUP = {
0x10 : '<inventory_root>/system/chassis/motherboard/apss',
0x02 : '/org/openbmc/sensors/host/OperatingSystemStatus',
0x04 : '<inventory_root>/system/chassis/motherboard/pcielink',
- 0xD8 : '/org/openbmc/sensors/host/PowerSupplyRedundancy',
+ 0x0b : '/org/openbmc/sensors/host/PowerSupplyRedundancy',
0xda : '/org/openbmc/sensors/host/TurboAllowed',
- 0xb4 : '/org/openbmc/sensors/host/PowerSupplyDerating',
+ 0xD8 : '/org/openbmc/sensors/host/PowerSupplyDerating',
},
'GPIO_PRESENT' : {}
}
@@ -377,9 +377,9 @@ MISC_SENSORS = {
0x03 : { 'class' : 'BootProgressSensor' },
0x02 : { 'class' : 'OperatingSystemStatusSensor' },
# Garrison value is used, Not in P9 XML yet.
- 0xD8 : { 'class' : 'PowerSupplyRedundancySensor'},
+ 0x0b : { 'class' : 'PowerSupplyRedundancySensor'},
0xda : { 'class' : 'TurboAllowedSensor' },
- 0xb4 : { 'class' : 'PowerSupplyDeratingSensor' },
+ 0xD8 : { 'class' : 'PowerSupplyDeratingSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud