summaryrefslogtreecommitdiff
path: root/chip/it83xx/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/gpio.c')
-rw-r--r--chip/it83xx/gpio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/it83xx/gpio.c b/chip/it83xx/gpio.c
index cf0e51a727..ea29ace11c 100644
--- a/chip/it83xx/gpio.c
+++ b/chip/it83xx/gpio.c
@@ -395,6 +395,8 @@ void gpio_pre_init(void)
int flags;
int i;
+ IT83XX_GPIO_GCR = 0x06;
+
for (i = 0; i < GPIO_COUNT; i++, g++) {
flags = g->flags;