Weimin Wu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79166?usp=email )
Change subject: mb/google/brya/var/anraggar: Enable LTE module ......................................................................
mb/google/brya/var/anraggar: Enable LTE module
Fix GPP_D6 configuration for LTE power enable.
BUG=b:304920262 TEST=mmcli -m any
Change-Id: I2996fd35c2897269997bc0290e0ce93bbbaa1bf8 Signed-off-by: wuweimin wuweimin@huaqin.corp-partner.google.com --- M src/mainboard/google/brya/variants/anraggar/gpio.c 1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/79166/1
diff --git a/src/mainboard/google/brya/variants/anraggar/gpio.c b/src/mainboard/google/brya/variants/anraggar/gpio.c index 925a622..117e5f1 100644 --- a/src/mainboard/google/brya/variants/anraggar/gpio.c +++ b/src/mainboard/google/brya/variants/anraggar/gpio.c @@ -32,6 +32,8 @@ /* GPP_C6 : NC ==> TCHSCR_REPORT_EN */ PAD_CFG_GPO(GPP_C6, 1, DEEP),
+ /* D6 : NC ==> WWAN_PWR_ENABLE */ + PAD_CFG_GPO(GPP_D6, 1, DEEP), /* D8 : SRCCLKREQ3# ==> SD_CLKREQ_ODL ==> NC */ PAD_NC_LOCK(GPP_D8, NONE, LOCK_CONFIG), /* D13 : NC ==> EN_PP1800_WCAM_X */ @@ -56,7 +58,6 @@ /* F23 : V1P05_CTRL ==> V1P05EXT_CTRL ==> NC*/ PAD_NC_LOCK(GPP_F23, NONE, LOCK_CONFIG),
- /* H12 : UART0_RTS# ==> SD_PERST_L ==> NC*/ PAD_NC_LOCK(GPP_H12, NONE, LOCK_CONFIG), /* H13 : UART0_CTS# ==> EN_PP3300_SD_X ==> NC */ @@ -85,8 +86,6 @@ PAD_CFG_GPO(GPP_F11, 1, DEEP), /* F12 : GSXDOUT ==> WWAN_RST_L */ PAD_CFG_GPO(GPP_F12, 0, DEEP), - /* D6 : NC ==> WWAN_PWR_ENABLE */ - PAD_CFG_GPO(GPP_D6, 1, DEEP),
/* H4 : I2C0_SDA ==> SOC_I2C_GSC_SDA */ PAD_CFG_NF(GPP_H4, NONE, DEEP, NF1),