zaius-config: Update GPIOs for EVT2

Remove unused (and now incorrect) FSI data and clock pins.
Update reset pushbutton pin. Reset button will not work on the new pin
as interrupts on GPIO port AA are pending a kernel fix.

We're retiring EVT1 boards in favor of EVT2.

Signed-off-by: Xo Wang <xow@google.com>
Change-Id: Ib34a7ff81d9ad3013d128c827e4e8b4e9e030946
diff --git a/configs/Zaius.py b/configs/Zaius.py
index 2ce380d..8baafc4 100644
--- a/configs/Zaius.py
+++ b/configs/Zaius.py
@@ -281,10 +281,6 @@
         {'gpio_pin': 'A3', 'direction': 'out'}
 GPIO_CONFIG['BMC_UCD_LATCH_LE'] = \
         {'gpio_pin': 'B4', 'direction': 'out'}
-GPIO_CONFIG['FSI_DATA'] = \
-        {'gpio_pin': 'E0', 'direction': 'out'}
-GPIO_CONFIG['FSI_CLK'] = \
-        {'gpio_pin': 'AA0', 'direction': 'out'}
 GPIO_CONFIG['FSI_ENABLE'] = \
         {'gpio_pin': 'D0', 'direction': 'out'}
 GPIO_CONFIG['CRONUS_SEL'] = \
@@ -294,7 +290,7 @@
         {'gpio_pin': 'I3', 'direction': 'both'}
 # FIXME: net name is FP_RST_BTN_N in schematic
 GPIO_CONFIG['RESET_BUTTON'] = \
-        {'gpio_pin': 'G3', 'direction': 'both'}
+        {'gpio_pin': 'AA0', 'direction': 'both'}
 GPIO_CONFIG['PE_MEZZB_PRSNT_N'] = \
         {'gpio_pin': 'P7', 'direction': 'in'}