From f443a09790869e906afece775d5433a693029bd8 Mon Sep 17 00:00:00 2001 From: Tyler Wang Date: Fri, 25 Aug 2023 19:07:15 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77437 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/rex/variants/karis/gpio.c | 4 ++-- 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