John Su has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86415?usp=email )
Change subject: mb/trulo/var/uldrenite: Fix WWAN_RST pin ......................................................................
mb/trulo/var/uldrenite: Fix WWAN_RST pin
Fix WWAN_RST pin.
BUG=b:380789023 TEST=emerge-nissa coreboot
Change-Id: I6012a11e5c54e79e31b0cbfca657174274658368 Signed-off-by: John Su john_su@compal.corp-partner.google.com --- M src/mainboard/google/brya/variants/uldrenite/include/variant/gpio.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/86415/1
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 25edb0c..612ea2a 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