summaryrefslogtreecommitdiffstats
path: root/configs/Lanyang.py
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-07-01 00:05:14 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-07-06 23:32:05 -0400
commitaa0ef2fe3f30adeaa855f8e6f604cfab4d0b1023 (patch)
tree33d09c3e58fb219b8f01424d7f01c917b8f61dbe /configs/Lanyang.py
parent9f369bf08e21e7122aa09a876258fca9a3d27607 (diff)
downloadblackbird-skeleton-aa0ef2fe3f30adeaa855f8e6f604cfab4d0b1023.tar.gz
blackbird-skeleton-aa0ef2fe3f30adeaa855f8e6f604cfab4d0b1023.zip
configs: Remove all HWMON_CONFIGs and sensors
The xyz sensor namespace is fully functional. Remove legacy HWMON_CONFIGs and association sensor references. Change-Id: I71ce7627e72d23f3729690260103e925e4d11329 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configs/Lanyang.py')
-rw-r--r--configs/Lanyang.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/configs/Lanyang.py b/configs/Lanyang.py
index 0009dbe..a606532 100644
--- a/configs/Lanyang.py
+++ b/configs/Lanyang.py
@@ -341,32 +341,6 @@ GPIO_CONFIG['PE_MEZZB_PRSNT_N'] = \
{'gpio_pin': 'P6', 'direction': 'in'}
GPIO_CONFIG['CHECKSTOP'] = \
{'gpio_pin': 'F3', 'direction': 'falling'} # BMC_CPU0_JTAG_PRES_N
-HWMON_CONFIG = {
- '0-0064': {
- 'names': {
- 'temp1_input' : { 'object_path' : 'temperature/rtc','poll_interval' : 5000,'scale' : -3,'units' : 'C' },
- }
- },
- '9-0048': {
- 'names': {
- 'temp1_input' : { 'object_path' : 'temperature/ambient0','poll_interval' : 5000,'scale' : -3,'units' : 'C' },
- }
- },
- '9-0049': {
- 'names': {
- 'temp1_input' : { 'object_path' : 'temperature/ambient1','poll_interval' : 5000,'scale' : -3,'units' : 'C' },
- }
- },
- '9-004a': {
- 'names': {
- 'temp1_input' : { 'object_path' : 'temperature/ambient2','poll_interval' : 5000,'scale' : -3,'units' : 'C' },
- }
- },
- '3-006b': {
- 'names': {
- }
- },
-}
GPIO_CONFIGS = {
'power_config' : {
OpenPOWER on IntegriCloud