diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/variants/vell/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/vell/gpio.c b/src/mainboard/google/brya/variants/vell/gpio.c index ed5a7070b7..cd889c780a 100644 --- a/src/mainboard/google/brya/variants/vell/gpio.c +++ b/src/mainboard/google/brya/variants/vell/gpio.c @@ -11,7 +11,7 @@ static const struct pad_config override_gpio_table[] = { PAD_NC(GPP_A11, NONE), /* B2 : VRALERT# ==> RGB_RST_ODL */ - PAD_CFG_GPO_LOCK(GPP_B2, 1, LOCK_CONFIG), + PAD_NC(GPP_B2, NONE), /* B15 : TIME_SYNC0 ==> NC */ PAD_NC_LOCK(GPP_B15, NONE, LOCK_CONFIG), |