diff options
author | Tyler Wang <tyler.wang@quanta.corp-partner.google.com> | 2023-08-25 19:07:15 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-08-28 01:09:15 +0000 |
commit | f443a09790869e906afece775d5433a693029bd8 (patch) | |
tree | 7371388cbbbf902dfce012e7db72c818e9a81b57 /src/mainboard/google | |
parent | a4e1066ca7a1791973b8f3af60f6c1faace14cb0 (diff) |
mb/google/rex/var/karis: Remove UWB
According to the schematic, karis does not have a UWB, remove
related settings.
BUG=b:294155897
TEST=emerge-rex coreboot
Change-Id: I8a442518c2007cde883183871cef96db416850c0
Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77437
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/rex/variants/karis/gpio.c | 4 | ||||
-rw-r--r-- | src/mainboard/google/rex/variants/karis/overridetree.cb | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/src/mainboard/google/rex/variants/karis/gpio.c b/src/mainboard/google/rex/variants/karis/gpio.c index 0c5852ebdd..2d9ba83ef5 100644 --- a/src/mainboard/google/rex/variants/karis/gpio.c +++ b/src/mainboard/google/rex/variants/karis/gpio.c @@ -152,8 +152,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 : [] ==> FPMCU_UWB_MUX_SEL */ - PAD_CFG_GPO_LOCK(GPP_D07, 1, LOCK_CONFIG), + /* GPP_D07 : [] ==> FPMCU_UWB_MUX_SEL, test pad. */ + PAD_NC(GPP_D07, NONE), /* GPP_D08 : net NC. Test pad. */ PAD_NC(GPP_D08, NONE), /* GPP_D09 : [] ==> I2S_MCLK_R */ diff --git a/src/mainboard/google/rex/variants/karis/overridetree.cb b/src/mainboard/google/rex/variants/karis/overridetree.cb index 11b19c6282..ebc0f37c37 100644 --- a/src/mainboard/google/rex/variants/karis/overridetree.cb +++ b/src/mainboard/google/rex/variants/karis/overridetree.cb @@ -20,11 +20,6 @@ fw_config option FP_PRESENT 0 option FP_ABSENT 1 end - field UWB 16 17 - option UWB_ABSENT 0 - option UWB_BITBANG 1 - option UWB_GSPI1 2 - end field WIFI 18 option WIFI_CNVI 0 option WIFI_PCIE 1 |