summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/dedede/variants/cret/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/dedede/variants/cret/gpio.c')
-rw-r--r--src/mainboard/google/dedede/variants/cret/gpio.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/variants/cret/gpio.c b/src/mainboard/google/dedede/variants/cret/gpio.c
index cb562212aeb1..3dd15efaa81a 100644
--- a/src/mainboard/google/dedede/variants/cret/gpio.c
+++ b/src/mainboard/google/dedede/variants/cret/gpio.c
@@ -5,6 +5,8 @@
/* Pad configuration in ramstage */
static const struct pad_config override_gpio_table[] = {
+ /* A10 : WWAN_EN */
+ PAD_CFG_GPO(GPP_A10, 1, PWROK),
/* C12 : AP_PEN_DET_ODL ==> NC */
PAD_NC(GPP_C12, UP_20K),
/* C18 : AP_I2C_EMR_SDA */
@@ -13,6 +15,8 @@ static const struct pad_config override_gpio_table[] = {
PAD_NC(GPP_C19, NONE),
/* C22 : UART2_RTS_N ==> NC */
PAD_NC(GPP_C22, UP_20K),
+ /* D0 : WWAN_HOST_WAKE ==> WWAN_WDISABLE_L */
+ PAD_CFG_GPO(GPP_D0, 1, DEEP),
/* D12 : WCAM_RST_L ==> NC */
PAD_NC(GPP_D12, NONE),
/* D14 : EN_PP1200_CAMERA ==> NC */
@@ -23,6 +27,8 @@ static const struct pad_config override_gpio_table[] = {
PAD_NC(GPP_D19, NONE),
/* D20 : WWAN_WLAN_COEX2 ==> NC */
PAD_NC(GPP_D20, NONE),
+ /* D21 : WWAN_WLAN_COEX3 ==> NC */
+ PAD_NC(GPP_D21, NONE),
/* E0 : CLK_24M_UCAM ==> NC */
PAD_NC(GPP_E0, NONE),
/* E2 : CLK_24M_WCAM ==> NC */
@@ -33,6 +39,8 @@ static const struct pad_config override_gpio_table[] = {
PAD_NC(GPP_H6, NONE),
/* H7 : AP_I2C_CAM_SCL ==> NC */
PAD_NC(GPP_H7, NONE),
+ /* H17 : WWAN_RST_L */
+ PAD_CFG_GPO(GPP_H17, 1, PLTRST),
/* G0 : SD_CMD ==> NC */
PAD_NC(GPP_G0, NONE),
/* G1 : SD_DATA0 ==> NC */