From 13e17c523ffb257faac73aac6d967f5df0c456e0 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Wed, 8 Aug 2018 11:26:18 -0500 Subject: configs: Remove the OperatingSystemStatus sensor The Operating System Status sensor has moved from /org/openbmc/sensors to /xyz/openbmc_project/state/host0. Remove the sensor from the org path. Tested: Powered on a witherspoon to the Host OS. Change-Id: I02d50d0a38485833fd73579c5aec41fd157141d0 Signed-off-by: Adriana Kobylak --- configs/Barreleye.py | 1 - configs/Firestone.py | 1 - configs/Garrison.py | 1 - configs/Lanyang.py | 1 - configs/Palmetto.py | 1 - configs/Romulus.py | 1 - configs/Witherspoon.py | 1 - configs/Zaius.py | 1 - 8 files changed, 8 deletions(-) diff --git a/configs/Barreleye.py b/configs/Barreleye.py index c6e0981..3a8f6fd 100644 --- a/configs/Barreleye.py +++ b/configs/Barreleye.py @@ -388,7 +388,6 @@ GPIO_CONFIGS = { # The sensor id is the same as those defined in ID_LOOKUP['SENSOR']. MISC_SENSORS = { 0x09 : { 'class' : 'BootCountSensor' }, - 0x32 : { 'class' : 'OperatingSystemStatusSensor' }, } # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 diff --git a/configs/Firestone.py b/configs/Firestone.py index 58bcbf6..249fa34 100644 --- a/configs/Firestone.py +++ b/configs/Firestone.py @@ -376,7 +376,6 @@ GPIO_CONFIGS = { # The sensor id is the same as those defined in ID_LOOKUP['SENSOR']. MISC_SENSORS = { 0x5f : { 'class' : 'BootCountSensor' }, - 0xb5 : { 'class' : 'OperatingSystemStatusSensor' }, } # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 diff --git a/configs/Garrison.py b/configs/Garrison.py index 6342d74..0e668ce 100644 --- a/configs/Garrison.py +++ b/configs/Garrison.py @@ -377,7 +377,6 @@ GPIO_CONFIGS = { # The sensor id is the same as those defined in ID_LOOKUP['SENSOR']. MISC_SENSORS = { 0x5f : { 'class' : 'BootCountSensor' }, - 0xb5 : { 'class' : 'OperatingSystemStatusSensor' }, } # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 diff --git a/configs/Lanyang.py b/configs/Lanyang.py index 1507858..1832ff3 100644 --- a/configs/Lanyang.py +++ b/configs/Lanyang.py @@ -316,7 +316,6 @@ ID_LOOKUP = { # The sensor id is the same as those defined in ID_LOOKUP['SENSOR']. MISC_SENSORS = { 0x07 : { 'class' : 'BootCountSensor' }, - 0x02 : { 'class' : 'OperatingSystemStatusSensor' }, } # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 diff --git a/configs/Palmetto.py b/configs/Palmetto.py index 37020c2..3a15011 100644 --- a/configs/Palmetto.py +++ b/configs/Palmetto.py @@ -87,7 +87,6 @@ ID_LOOKUP = { # The sensor id is the same as those defined in ID_LOOKUP['SENSOR']. MISC_SENSORS = { 0x09 : { 'class' : 'BootCountSensor' }, - 0x32 : { 'class' : 'OperatingSystemStatusSensor' }, } # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 diff --git a/configs/Romulus.py b/configs/Romulus.py index c403f09..9c66ca4 100644 --- a/configs/Romulus.py +++ b/configs/Romulus.py @@ -249,7 +249,6 @@ ID_LOOKUP = { # The sensor id is the same as those defined in ID_LOOKUP['SENSOR']. MISC_SENSORS = { 0x8b : { 'class' : 'BootCountSensor' }, - 0x91 : { 'class' : 'OperatingSystemStatusSensor' }, } # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py index 3ab3554..9416ecd 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 = { 0x07 : { 'class' : 'BootCountSensor' }, - 0x02 : { 'class' : 'OperatingSystemStatusSensor' }, # Garrison value is used, Not in P9 XML yet. 0x0b : { 'class' : 'PowerSupplyRedundancySensor'}, 0xda : { 'class' : 'TurboAllowedSensor' }, diff --git a/configs/Zaius.py b/configs/Zaius.py index 1507858..1832ff3 100644 --- a/configs/Zaius.py +++ b/configs/Zaius.py @@ -316,7 +316,6 @@ ID_LOOKUP = { # The sensor id is the same as those defined in ID_LOOKUP['SENSOR']. MISC_SENSORS = { 0x07 : { 'class' : 'BootCountSensor' }, - 0x02 : { 'class' : 'OperatingSystemStatusSensor' }, } # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 -- cgit v1.2.1