From c1ad986f3a2f68ea33c338ab16496ef1ddc260f7 Mon Sep 17 00:00:00 2001 From: John Su Date: Fri, 14 Feb 2025 14:55:25 +0800 Subject: [PATCH] mb/trulo/var/uldrenite: Fix WWAN_RST pin Fix WWAN_RST pin due to previous incorrect configuration. BUG=b:395430920 TEST=emerge-nissa coreboot Change-Id: I6012a11e5c54e79e31b0cbfca657174274658368 Signed-off-by: John Su Reviewed-on: https://review.coreboot.org/c/coreboot/+/86415 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Dtrain Hsu Reviewed-by: Subrata Banik --- .../google/brya/variants/uldrenite/include/variant/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/uldrenite/include/variant/gpio.h b/src/mainboard/google/brya/variants/uldrenite/include/variant/gpio.h index 25edb0c108..612ea2adbb 100644 --- a/src/mainboard/google/brya/variants/uldrenite/include/variant/gpio.h +++ b/src/mainboard/google/brya/variants/uldrenite/include/variant/gpio.h @@ -7,7 +7,7 @@ #define WWAN_FCPO GPP_H23 #define WWAN_RST GPP_F12 -#define WWAN_PERST GPP_H13 +#define WWAN_PERST GPP_F13 #define T1_OFF_MS 20 #define T2_OFF_MS 10