Tyler Wang has uploaded this change for review.

View Change

[Test] Follow rex0 setting

BUG=none
TEST=none

Change-Id: Id23a2cfe0639f2d423980db9badc16c1477434d1
---
M src/mainboard/google/rex/variants/karis/fw_config.c
1 file changed, 0 insertions(+), 10 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/80215/1
diff --git a/src/mainboard/google/rex/variants/karis/fw_config.c b/src/mainboard/google/rex/variants/karis/fw_config.c
index 6dbf31d..c209295 100644
--- a/src/mainboard/google/rex/variants/karis/fw_config.c
+++ b/src/mainboard/google/rex/variants/karis/fw_config.c
@@ -35,14 +35,6 @@
};

static const struct pad_config cnvi_bt_disable_pads[] = {
- /* GPP_F00 : [] ==> CNV_BRI_DT_R */
- PAD_NC(GPP_F00, NONE),
- /* GPP_F01 : [] ==> CNV_BRI_RSP */
- PAD_NC(GPP_F01, NONE),
- /* GPP_F02 : [] ==> CNV_RGI_DT_Rl */
- PAD_NC(GPP_F02, NONE),
- /* GPP_F03 : [] ==> CNV_RGI_RSP */
- PAD_NC(GPP_F03, NONE),
/* GPP_F04 : [] ==> CNV_RF_RST_L */
PAD_NC(GPP_F04, NONE),
/* GPP_F05 : [] ==> CNV_CLKREQ */
@@ -54,8 +46,6 @@
PAD_NC(GPP_S01, NONE),
/* GPP_S02 : [] ==> DMIC_SOC_CLK0_WLAN_PCM_OUT */
PAD_NC(GPP_S02, NONE),
- /* GPP_D21 : [] ==> WLAN_CLKREQ_ODLl */
- PAD_NC(GPP_D21, NONE),
};

static const struct pad_config bt_i2s_enable_pads[] = {

To view, visit change 80215. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Id23a2cfe0639f2d423980db9badc16c1477434d1
Gerrit-Change-Number: 80215
Gerrit-PatchSet: 1
Gerrit-Owner: Tyler Wang <tyler.wang@quanta.corp-partner.google.com>
Gerrit-MessageType: newchange