mb/google/dedede/var/dibbi: Update gpio table
Config GPP_B9 as LAN_CLKREQ_ODL based on latest schematic BUG=265021899 BRANCH=dedede TEST=emerge-dedede coreboot Change-Id: Ia099bd64364b46240e0426aa57dfe8d230e7494d Signed-off-by: Amanda Huang <amanda_hwang@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72865 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sam McNally <sammc@google.com> Reviewed-by: Liam Flaherty <liamflaherty@chromium.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
d4658ebcdf
commit
4a7af6e148
|
@ -16,6 +16,9 @@ static const struct pad_config gpio_table[] = {
|
|||
/* 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 */
|
||||
|
|
Loading…
Reference in New Issue