summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rex
diff options
context:
space:
mode:
authorTyler Wang <tyler.wang@quanta.corp-partner.google.com>2024-01-26 18:51:10 +0800
committerShelley Chen <shchen@google.com>2024-02-03 01:52:31 +0000
commitcc2ab495256b8fffe4820c768fe1a20be1cd18a7 (patch)
tree0cc9ddcaa3ba43d76765c2e516be515d140ead8e /src/mainboard/google/rex
parentab7133df2404c65ad11f90d8686dec60f83638d9 (diff)
downloadcoreboot-cc2ab495256b8fffe4820c768fe1a20be1cd18a7.tar.gz
coreboot-cc2ab495256b8fffe4820c768fe1a20be1cd18a7.tar.bz2
coreboot-cc2ab495256b8fffe4820c768fe1a20be1cd18a7.zip
mb/google/rex/var/karis: Follow rex0 CNVi/PCIe switching
Follow reference design rex0, keep the GPIO settings of CNVi/PCIe. Only set GPP_F04,GPP_F05/GPP_S01,GPP_S02 to NC when WIFI_PCIE/WIFI_CNVI is selected. BUG=none TEST=Build and test on karis Change-Id: Id23a2cfe0639f2d423980db9badc16c1477434d1 Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80215 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eran Mitrani <mitrani@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/mainboard/google/rex')
-rw-r--r--src/mainboard/google/rex/variants/karis/fw_config.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/google/rex/variants/karis/fw_config.c b/src/mainboard/google/rex/variants/karis/fw_config.c
index 6dbf31d2d633..c2092959e92a 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 stylus_disable_pads[] = {
};
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 @@ static const struct pad_config discrete_bt_disable_pads[] = {
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[] = {