From e0e91fa96f2ed75fbf208b4c2c7303733b528b79 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Mon, 20 Aug 2018 15:24:49 -0500 Subject: configs: Remove PowerSupplyDeratingSensor The PowerSupplyDerating 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: I08ca374b131c1ca62f632f4a5ae1475b7090bcfe Signed-off-by: Adriana Kobylak --- configs/Witherspoon.py | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py index 34db072..75c8188 100644 --- a/configs/Witherspoon.py +++ b/configs/Witherspoon.py @@ -301,7 +301,6 @@ ID_LOOKUP = { # The sensor id is the same as those defined in ID_LOOKUP['SENSOR']. MISC_SENSORS = { # Garrison value is used, Not in P9 XML yet. - 0xD8 : { 'class' : 'PowerSupplyDeratingSensor' }, } # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 -- cgit v1.2.1