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
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_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'}