Amanda Hwang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/72865 )
Change subject: mb/google/dedede/var/dibbi: Update gpio table ......................................................................
mb/google/dedede/var/dibbi: Update gpio table
Update gpio config based on latest schematic
1. Config GPP_B9 as LAN_CLKREQ_ODL 2. Config GPP_H12 as CNF_RF_RESET_N
BUG=265021899 BRANCH=dedede TEST=emerge-dedede coreboot
Change-Id: Ia099bd64364b46240e0426aa57dfe8d230e7494d Signed-off-by: Amanda Huang amanda_hwang@compal.corp-partner.google.com --- M src/mainboard/google/dedede/variants/dibbi/gpio.c 1 file changed, 24 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/72865/1
diff --git a/src/mainboard/google/dedede/variants/dibbi/gpio.c b/src/mainboard/google/dedede/variants/dibbi/gpio.c index f1a6516..722e659 100644 --- a/src/mainboard/google/dedede/variants/dibbi/gpio.c +++ b/src/mainboard/google/dedede/variants/dibbi/gpio.c @@ -16,6 +16,9 @@ /* A18 : USB_OC0_N */ PAD_CFG_NF(GPP_A18, NONE, DEEP, NF1),
+ /* B9 : LAN_CLKREQ_ODL */ + PAD_CFG_NF(GPP_B9, NONE, DEEP, NF1), + /* D2 : PWM_PP3300_BUZZER */ PAD_CFG_GPO(GPP_D2, 1, DEEP), /* D4 : LAN_PE_ISOLATE_ODL_R */ @@ -65,6 +68,8 @@ PAD_NC(GPP_H6, NONE), /* H7 : AP_I2C_CAM_SCL */ PAD_NC(GPP_H7, NONE), + /* H12 : GPP_H12/AVS_I2S2_SFRM/CNF_RF_RESET_N */ + PAD_CFG_NF(GPP_H12, NONE, DEEP, NF2), /* H15 : I2S_SPK_BCLK */ PAD_NC(GPP_H15, NONE),