mb/google/trulo/var/uldrenite: Set GPP_E16 to NC for non-WWAN SKU
For non-WWAN SKUs, the GPP_E16 (WWAN_PCIE_WAKE_ODL) pin is configured as NC. BUG=b:448550221 BRANCH=firmware-trulo-15217.771.B TEST=emerge-nissa coreboot chromeos-bootimage Change-Id: I85614b6ba25613efdbb1714d6e0a9653981be3e4 Signed-off-by: John Su <john_su@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89563 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3747b47df1
commit
660f71e704
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ static const struct pad_config touchscreen_disable_pads[] = {
|
|||
static const struct pad_config lte_disable_pads[] = {
|
||||
/* A8 : WWAN_RF_DISABLE_ODL */
|
||||
PAD_NC(GPP_A8, NONE),
|
||||
/* E16 : WWAN_PCIE_WAKE_ODL */
|
||||
PAD_NC(GPP_E16, NONE),
|
||||
/* F12 : WWAN_RST_L */
|
||||
PAD_NC_LOCK(GPP_F12, NONE, LOCK_CONFIG),
|
||||
/* F13 : PLTRST_WWAN# */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue