diff options
author | Amanda Huang <amanda_hwang@compal.corp-partner.google.com> | 2023-02-07 14:48:52 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-02-09 01:39:43 +0000 |
commit | 4a7af6e14850497bf8240c0339c0f2d7e30e4663 (patch) | |
tree | 5ad355b487d026f9c5c9fbece851fe62d176d7ac /src/mainboard/google | |
parent | d4658ebcdf07e33915f2bac80f12c00573d4ed88 (diff) |
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>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/dedede/variants/dibbi/gpio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/variants/dibbi/gpio.c b/src/mainboard/google/dedede/variants/dibbi/gpio.c index f1a6516690..89a7a77feb 100644 --- a/src/mainboard/google/dedede/variants/dibbi/gpio.c +++ b/src/mainboard/google/dedede/variants/dibbi/gpio.c @@ -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 */ |