From 660f71e7046588d8a33d9bb58b146af5d4fe77a7 Mon Sep 17 00:00:00 2001 From: John Su Date: Tue, 14 Oct 2025 17:45:07 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/89563 Reviewed-by: Subrata Banik Reviewed-by: Dtrain Hsu Reviewed-by: Kapil Porwal Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/uldrenite/variant.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/brya/variants/uldrenite/variant.c b/src/mainboard/google/brya/variants/uldrenite/variant.c index 0cc6b3972f..c096e9fbbf 100644 --- a/src/mainboard/google/brya/variants/uldrenite/variant.c +++ b/src/mainboard/google/brya/variants/uldrenite/variant.c @@ -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# */