summaryrefslogtreecommitdiffstats
path: root/configs/Romulus.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/Romulus.py')
-rw-r--r--configs/Romulus.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/Romulus.py b/configs/Romulus.py
index bb124ce..a1d89d4 100644
--- a/configs/Romulus.py
+++ b/configs/Romulus.py
@@ -280,11 +280,11 @@ GPIO_CONFIG['IDBTN'] = \
# PM_FP_PWRBTN_IN_L
GPIO_CONFIG['POWER_BUTTON'] = \
- {'gpio_pin': 'I3', 'direction': 'in'}
+ {'gpio_pin': 'I3', 'direction': 'both'}
# PM_NMIBTN_IN_L
GPIO_CONFIG['RESET_BUTTON'] = \
- {'gpio_pin': 'J1', 'direction': 'in'}
+ {'gpio_pin': 'J1', 'direction': 'both'}
HWMON_CONFIG = {
'4-0050' : {
OpenPOWER on IntegriCloud