diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/variants/ghost/gpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/variants/ghost/gpio.c b/src/mainboard/google/brya/variants/ghost/gpio.c index a26cc72dea..eb3e498bcd 100644 --- a/src/mainboard/google/brya/variants/ghost/gpio.c +++ b/src/mainboard/google/brya/variants/ghost/gpio.c @@ -61,8 +61,8 @@ static const struct pad_config gpio_table[] = { PAD_NC(GPP_A15, NONE), /* GPP_A16 : net NC is not present in the given design */ PAD_NC(GPP_A16, NONE), - /* GPP_A17 : No heuristic was found useful */ - PAD_NC(GPP_A17, NONE), + /* GPP_A17 : EN_PP16000H */ + PAD_CFG_GPO(GPP_A17, 1, DEEP), /* GPP_A18 : net NC is not present in the given design */ PAD_NC(GPP_A18, NONE), /* GPP_A19 : No heuristic was found useful */ |