From 9a97df3010e54dc90860ff584fe42cbd135fddd9 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 22 Dec 2022 16:32:41 +0530 Subject: [PATCH] mb/google/rex: Rename GPP_D07 to FPMCU_UWB_MUX_SEL BUG=b:263412235 TEST=Able to build and boot Google/Rex. Signed-off-by: Subrata Banik Change-Id: Ia444cc8e3666fe15479ece81d068f9e8f1d339ea Reviewed-on: https://review.coreboot.org/c/coreboot/+/71228 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Ivy Jian Reviewed-by: Kapil Porwal --- src/mainboard/google/rex/variants/rex0/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c index a0869af87d..128fd32547 100644 --- a/src/mainboard/google/rex/variants/rex0/gpio.c +++ b/src/mainboard/google/rex/variants/rex0/gpio.c @@ -168,8 +168,8 @@ static const struct pad_config gpio_table[] = { PAD_NC(GPP_D05, NONE), /* GPP_D06 : net NC. Test pad.*/ PAD_NC(GPP_D06, NONE), - /* GPP_D07 : net NC. Test pad. */ - PAD_NC(GPP_D07, NONE), + /* GPP_D07 : [] ==> FPMCU_UWB_MUX_SEL */ + PAD_CFG_GPO_LOCK(GPP_D07, 1, LOCK_CONFIG), /* GPP_D08 : net NC. Test pad. */ PAD_NC(GPP_D08, NONE), /* GPP_D09 : [] ==> I2S_MCLK_R */