diff --git a/src/mainboard/google/dedede/variants/sasuke/gpio.c b/src/mainboard/google/dedede/variants/sasuke/gpio.c index 8747b806b5..d9e1063563 100644 --- a/src/mainboard/google/dedede/variants/sasuke/gpio.c +++ b/src/mainboard/google/dedede/variants/sasuke/gpio.c @@ -6,7 +6,7 @@ /* Pad configuration in ramstage*/ static const struct pad_config gpio_table[] = { /* A10 : WWAN_EN */ - PAD_CFG_GPO(GPP_A10, 0, PLTRST), + PAD_CFG_GPO(GPP_A10, 1, PWROK), /* A11 : TOUCH_RPT_EN ==> NC */ PAD_NC(GPP_A11, NONE), @@ -57,7 +57,7 @@ static const struct pad_config gpio_table[] = { /* H7 : AP_I2C_CAM_SCL ==> NC */ PAD_NC(GPP_H7, NONE), /* H17 : WWAN_RST_L */ - PAD_CFG_GPO(GPP_H17, 1, PLTRST), + PAD_CFG_GPO(GPP_H17, 0, PLTRST), /* S2 : DMIC1_CLK ==> NC */ PAD_NC(GPP_S2, NONE),