summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rex/variants/rex0/gpio.c
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-12-22 16:32:41 +0530
committerSubrata Banik <subratabanik@google.com>2022-12-24 13:25:27 +0000
commit9a97df3010e54dc90860ff584fe42cbd135fddd9 (patch)
tree381ce799dc01d62bb8f8bb4199199df662e1b27b /src/mainboard/google/rex/variants/rex0/gpio.c
parentbeb2826ffd6877031ed4de8ec8b2990fe9bc8c4b (diff)
downloadcoreboot-9a97df3010e54dc90860ff584fe42cbd135fddd9.tar.gz
coreboot-9a97df3010e54dc90860ff584fe42cbd135fddd9.tar.bz2
coreboot-9a97df3010e54dc90860ff584fe42cbd135fddd9.zip
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 <subratabanik@google.com> Change-Id: Ia444cc8e3666fe15479ece81d068f9e8f1d339ea Reviewed-on: https://review.coreboot.org/c/coreboot/+/71228 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src/mainboard/google/rex/variants/rex0/gpio.c')
-rw-r--r--src/mainboard/google/rex/variants/rex0/gpio.c4
1 files 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 a0869af87d82..128fd32547ff 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 */