From 67c48a61ae8c5f26ae11163a40fdb26e848068dc Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 30 Jun 2023 21:59:11 -0700 Subject: mb/google/rex/var/ovis: Configure GPP_C10 PAD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch configures GPP_C10 aka EN_LAN_RAILS properly as per the Ovis schematics dated June'23 to ensure LAN ports having power. BUG=b:289395519 TEST=Able to measure LAN port power is enabled with this CL. Change-Id: I3f4d611313325dba66905e0c8ef391765a1fe7a7 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/76210 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/mainboard/google/rex/variants/ovis/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google/rex/variants') diff --git a/src/mainboard/google/rex/variants/ovis/gpio.c b/src/mainboard/google/rex/variants/ovis/gpio.c index d90cb4cde6..3af1985c63 100644 --- a/src/mainboard/google/rex/variants/ovis/gpio.c +++ b/src/mainboard/google/rex/variants/ovis/gpio.c @@ -121,8 +121,8 @@ static const struct pad_config gpio_table[] = { PAD_CFG_NF(GPP_C08, NONE, DEEP, NF2), /* GPP_C09 : [] ==> MISC_SYNC_IN */ PAD_NC(GPP_C09, NONE), - /* GPP_C10 : [] ==> LAN0_CLKREQ_ODL */ - PAD_NC(GPP_C10, NONE), + /* GPP_C10 : [] ==> EN_LAN_RAILS */ + PAD_CFG_GPO(GPP_C10, 1, DEEP), /* GPP_C11 : [] ==> SD_CLKREQ_ODL */ PAD_CFG_NF(GPP_C11, NONE, DEEP, NF1), /* GPP_C12 : [] ==> WWAN_CLKREQ_ODL */ -- cgit v1.2.3