aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/brya/variants/craask/gpio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/craask/gpio.c b/src/mainboard/google/brya/variants/craask/gpio.c
index 2ca514f36b..cc14d4c01a 100644
--- a/src/mainboard/google/brya/variants/craask/gpio.c
+++ b/src/mainboard/google/brya/variants/craask/gpio.c
@@ -9,8 +9,12 @@
static const struct pad_config override_gpio_table[] = {
/* D6 : WWAN_EN */
PAD_CFG_GPO(GPP_D6, 1, DEEP),
+ /* D7 : WLAN_CLKREQ_ODL */
+ PAD_NC(GPP_D7, NONE),
/* F12 : WWAN_RST_L */
PAD_CFG_GPO(GPP_F12, 1, DEEP),
+ /* H3 : WLAN_PCIE_WAKE_ODL */
+ PAD_NC(GPP_H3, NONE),
};
/* Early pad configuration in bootblock */