diff options
author | Subrata Banik <subratabanik@google.com> | 2022-12-22 16:32:41 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2022-12-24 13:25:27 +0000 |
commit | 9a97df3010e54dc90860ff584fe42cbd135fddd9 (patch) | |
tree | 381ce799dc01d62bb8f8bb4199199df662e1b27b /src | |
parent | beb2826ffd6877031ed4de8ec8b2990fe9bc8c4b (diff) |
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')
-rw-r--r-- | src/mainboard/google/rex/variants/rex0/gpio.c | 4 |
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 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 */ |