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>
This commit is contained in:
parent
a4e1066ca7
commit
f443a09790
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue