diff options
author | Adriana Kobylak <anoo@us.ibm.com> | 2018-08-20 12:01:59 -0500 |
---|---|---|
committer | Adriana Kobylak <anoo@us.ibm.com> | 2018-08-22 10:01:46 -0500 |
commit | d7a8ba5b581fde659881ea9f67e3526ab50ca50a (patch) | |
tree | 24da2d0dad3e0732c1d2cd12e683d6879ac8cadf | |
parent | 3e0eb91127b1af9f2073d0753e1c07d5a78c1e87 (diff) | |
download | blackbird-skeleton-d7a8ba5b581fde659881ea9f67e3526ab50ca50a.tar.gz blackbird-skeleton-d7a8ba5b581fde659881ea9f67e3526ab50ca50a.zip |
configs: Remove TurboAllowedSensor
The TurboAllowed sensor is already mapped to
/xyz/openbmc_project/control/host0/turbo_allowed
(Reference: the phosphor-ipmi-sensor-inventory-mrw-config/config.yaml file).
Remove it from the deprecated /org/openbmc/sensors path.
Tested: Powered on a Witherspoon to the Host OS without errors.
Change-Id: I3232f66e338f986a21df8aae5401c97b565cbdd6
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
-rw-r--r-- | configs/Witherspoon.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py index 818a76d..f204a5c 100644 --- a/configs/Witherspoon.py +++ b/configs/Witherspoon.py @@ -302,7 +302,6 @@ ID_LOOKUP = { MISC_SENSORS = { # Garrison value is used, Not in P9 XML yet. 0x0b : { 'class' : 'PowerSupplyRedundancySensor'}, - 0xda : { 'class' : 'TurboAllowedSensor' }, 0xD8 : { 'class' : 'PowerSupplyDeratingSensor' }, } |