configs: Remove PowerSupplyRedundancySensor
The PowerSupplyRedundancy Sensor is being added to the ipmi
sensor.yaml file since the /org/openbmc/sensors path is
being deprecated. Remove this sensor from the config.
Tested: Powered on a Witherspoon to the Host OS without
sensor errors.
Change-Id: I4f5bfc4c754d8b1a9e3ebbf7e71106563fbcf3d0
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index f204a5c..34db072 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -301,7 +301,6 @@
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
# Garrison value is used, Not in P9 XML yet.
- 0x0b : { 'class' : 'PowerSupplyRedundancySensor'},
0xD8 : { 'class' : 'PowerSupplyDeratingSensor' },
}