summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/rull/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/brya/variants/rull/gpio.c')
-rw-r--r--src/mainboard/google/brya/variants/rull/gpio.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mainboard/google/brya/variants/rull/gpio.c b/src/mainboard/google/brya/variants/rull/gpio.c
index c78ad40a63..81bd2800b1 100644
--- a/src/mainboard/google/brya/variants/rull/gpio.c
+++ b/src/mainboard/google/brya/variants/rull/gpio.c
@@ -28,7 +28,7 @@ static const struct pad_config override_gpio_table[] = {
/* B6 : I2C2_SCL ==> NA */
PAD_NC_LOCK(GPP_B6, NONE, LOCK_CONFIG),
/* B11 : NC ==> EN_PP3300_WLAN_X*/
- PAD_CFG_GPO(GPP_B11, 0, DEEP),
+ PAD_CFG_GPO(GPP_B11, 1, DEEP),
/* D11 : EN_PP1800_WCAM_X ==> EN_PP3300_SSD_X */
PAD_CFG_GPO(GPP_D11, 1, DEEP),
@@ -58,6 +58,8 @@ static const struct pad_config override_gpio_table[] = {
/* E21 : DDP2_CTRLDATA ==> GPP_E21_STRAP */
PAD_NC_LOCK(GPP_E21, NONE, LOCK_CONFIG),
+ /* F11 : WWAN_PWR_ON ==> NC */
+ PAD_NC_LOCK(GPP_F11, NONE, LOCK_CONFIG),
/* F12 : WWAN_RST_L ==> NA */
PAD_NC_LOCK(GPP_F12, NONE, LOCK_CONFIG),
/* F13 : SOC_PEN_DETECT_R_ODL ==> NA */
@@ -80,6 +82,8 @@ static const struct pad_config override_gpio_table[] = {
PAD_NC_LOCK(GPP_H22, NONE, LOCK_CONFIG),
/* H23 : WWAN_SAR_DETECT_ODL ==> NA */
PAD_NC_LOCK(GPP_H23, NONE, LOCK_CONFIG),
+ /* H20 : IMGCLKOUT1 ==> WLAN_PERST_L */
+ PAD_CFG_GPO(GPP_H20, 1, DEEP),
/* R6 : DMIC_CLK_A_1A ==> DMIC_WCAM_CLK_R */
PAD_CFG_NF(GPP_R6, NONE, DEEP, NF3),
@@ -123,11 +127,6 @@ static const struct pad_config early_gpio_table[] = {
/* E12 : THC0_SPI1_IO1 ==> SOC_WP_OD */
PAD_CFG_GPI_GPIO_DRIVER(GPP_E12, NONE, DEEP),
- /* F11 : NC ==> WWAN_PWR_ON */
- PAD_CFG_GPO(GPP_F11, 1, DEEP),
- /* F12 : GSXDOUT ==> WWAN_RST_L */
- PAD_CFG_GPO(GPP_F12, 0, DEEP),
-
/* H4 : I2C0_SDA ==> SOC_I2C_GSC_SDA */
PAD_CFG_NF(GPP_H4, NONE, DEEP, NF1),
/* H5 : I2C0_SCL ==> SOC_I2C_GSC_SCL */