summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/Barreleye.py5
-rw-r--r--configs/Palmetto.py5
2 files changed, 10 insertions, 0 deletions
diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index cbcd2d8..8e7af2c 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -369,6 +369,11 @@ HWMON_CONFIG = {
'temp1_input' : { 'object_path' : 'temperature/ambient','poll_interval' : 5000,'scale' : -3,'units' : 'C' },
}
},
+ '0-0068' : {
+ 'names' : {
+ 'temp1_input' : { 'object_path' : 'temperature/rtc','poll_interval' : 5000,'scale' : -3,'units' : 'C' },
+ }
+ },
'6-002d' : {
'names' : {
'pwm1' : { 'object_path' : 'speed/fan0','poll_interval' : 10000,'scale' : 1,'units' : '' },
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index 8abe4fe..19037a1 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -108,6 +108,11 @@ GPIO_CONFIG['MEZZ1_PRESENT'] = { 'gpio_pin': 'O1', 'direction': 'in' }
GPIO_CONFIG['CHECKSTOP'] = { 'gpio_pin': 'P5', 'direction': 'falling' }
HWMON_CONFIG = {
+ '0-0068' : {
+ 'names' : {
+ 'temp1_input' : { 'object_path' : 'temperature/rtc','poll_interval' : 5000,'scale' : -3,'units' : 'C' },
+ }
+ },
'2-004c' : {
'names' : {
'temp1_input' : { 'object_path' : 'temperature/ambient','poll_interval' : 5000,'scale' : -3,'units' : 'C' },
OpenPOWER on IntegriCloud