mb/google/dedede/var/boten: Update gpio setting
Correct GPIO settings as below reason: 1. GPP_D19/GPP_D20/GPP_D21 not being used but set to NF. 2. GPP_B7 should configure as WWAN SAR detect ODL, but set to NC BUG=b:175932166 BRANCH=dedede TEST=emerge-dedede coreboot chromeos-bootimage and boot into emmc Signed-off-by: Stanley Wu <stanley1.wu@lcfc.corp-partner.google.com> Change-Id: Id7780d5332551ed3fd20ef14f8b5d31164f16385 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49645 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
34e84b5858
commit
68d19f83c3
|
@ -10,6 +10,9 @@ static const struct pad_config gpio_table[] = {
|
||||||
/* A10 : WWAN_EN => LTE_PWR_OFF_ODL */
|
/* A10 : WWAN_EN => LTE_PWR_OFF_ODL */
|
||||||
PAD_CFG_GPO(GPP_A10, 1, PWROK),
|
PAD_CFG_GPO(GPP_A10, 1, PWROK),
|
||||||
|
|
||||||
|
/* B7 : WWAN_SAR_DETECT_R_ODL */
|
||||||
|
PAD_CFG_GPO(GPP_B7, 1, DEEP),
|
||||||
|
|
||||||
/* C12 : AP_PEN_DET_ODL */
|
/* C12 : AP_PEN_DET_ODL */
|
||||||
PAD_CFG_GPI_GPIO_DRIVER(GPP_C12, UP_20K, DEEP),
|
PAD_CFG_GPI_GPIO_DRIVER(GPP_C12, UP_20K, DEEP),
|
||||||
/* C18 : AP_I2C_EMR_SDA */
|
/* C18 : AP_I2C_EMR_SDA */
|
||||||
|
@ -25,6 +28,12 @@ static const struct pad_config gpio_table[] = {
|
||||||
PAD_NC(GPP_D14, NONE),
|
PAD_NC(GPP_D14, NONE),
|
||||||
/* D15 : UCAM_RST_L */
|
/* D15 : UCAM_RST_L */
|
||||||
PAD_NC(GPP_D15, NONE),
|
PAD_NC(GPP_D15, NONE),
|
||||||
|
/* D19 : WWAN_WLAN_COEX1 */
|
||||||
|
PAD_NC(GPP_D19, NONE),
|
||||||
|
/* D20 : WWAN_WLAN_COEX2 */
|
||||||
|
PAD_NC(GPP_D20, NONE),
|
||||||
|
/* D21 : WWAN_WLAN_COEX3 */
|
||||||
|
PAD_NC(GPP_D21, NONE),
|
||||||
/* D22 : AP_I2C_SUB_SDA*/
|
/* D22 : AP_I2C_SUB_SDA*/
|
||||||
PAD_CFG_NF(GPP_D22, NONE, DEEP, NF1),
|
PAD_CFG_NF(GPP_D22, NONE, DEEP, NF1),
|
||||||
/* D23 : AP_I2C_SUB_SCL */
|
/* D23 : AP_I2C_SUB_SCL */
|
||||||
|
|
Loading…
Reference in New Issue