diff options
author | Xo Wang <xow@google.com> | 2016-10-10 14:35:54 -0700 |
---|---|---|
committer | Xo Wang <xow@google.com> | 2016-10-12 15:04:42 -0700 |
commit | 2c77baa0578bc7c7690f802549200e81c2cc918a (patch) | |
tree | 1a69ac054d1a3539b23808e7bcd378aa206785ef /configs | |
parent | 2f3213f9e0ede2f9a58bf2e912d5205300ce4bb2 (diff) | |
download | talos-skeleton-2c77baa0578bc7c7690f802549200e81c2cc918a.tar.gz talos-skeleton-2c77baa0578bc7c7690f802549200e81c2cc918a.zip |
configs: Zaius: Fix GPIO for RESET_BUTTON
Incorrectly set to ball name rather than GPIO designator.
Signed-off-by: Xo Wang <xow@google.com>
Change-Id: Ibf246a4b7523c60e61386a9e5e95ab6de8255acd
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Zaius.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/Zaius.py b/configs/Zaius.py index 766a901..22d446c 100644 --- a/configs/Zaius.py +++ b/configs/Zaius.py @@ -293,7 +293,7 @@ GPIO_CONFIG['POWER_BUTTON'] = \ {'gpio_pin': 'I3', 'direction': 'both'} # FIXME: net name is FP_RST_BTN_N in schematic GPIO_CONFIG['RESET_BUTTON'] = \ - {'gpio_pin': 'E16', 'direction': 'both'} + {'gpio_pin': 'G3', 'direction': 'both'} GPIO_CONFIG['PE_MEZZB_PRSNT_N'] = \ {'gpio_pin': 'P7', 'direction': 'in'} |