diff options
author | Subrata Banik <subratabanik@google.com> | 2023-06-30 22:08:15 -0700 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-07-02 22:30:43 +0000 |
commit | ad7ead7cbf9a35571812958a3e736580198270ce (patch) | |
tree | 5965b792d75f337cc04c864a192d8667eec2ace6 /src/mainboard/google/rex | |
parent | 67c48a61ae8c5f26ae11163a40fdb26e848068dc (diff) |
mb/google/rex/var/ovis: Configure GPP_V12 PAD
This patch configures GPP_V12 aka SOC_SLP_LAN_L properly as per the
Ovis schematics dated June'23 to ensure LAN port is not in sleep.
BUG=b:289395519
TEST=Able to measure SLP_LAN PIN and confirm it's deasserted.
Change-Id: I1fe8715862823149c8a1f05e3e4463a615fbbbce
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76211
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rex')
-rw-r--r-- | src/mainboard/google/rex/variants/ovis/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/variants/ovis/gpio.c b/src/mainboard/google/rex/variants/ovis/gpio.c index 3af1985c63..26e77f5fa3 100644 --- a/src/mainboard/google/rex/variants/ovis/gpio.c +++ b/src/mainboard/google/rex/variants/ovis/gpio.c @@ -366,7 +366,7 @@ static const struct pad_config gpio_table[] = { /* GPP_V11 : [] ==> SOC_GPP_V11 */ PAD_NC(GPP_V11, NONE), /* GPP_V12 : [] ==> SOC_SLP_LAN_L */ - PAD_CFG_NF(GPP_F17, NONE, DEEP, NF8), + PAD_CFG_NF(GPP_V12, NONE, DEEP, NF1), /* GPP_V14 : [] ==> SOC_WAKE_L */ PAD_NC(GPP_V14, NONE), /* GPP_V22 : [] ==> WCAM_RST_L */ |