mb/google/brya: Update GPIO_PCH_WP for trulo variants

Update GPIO_PCH_WP configuration for trulo varaints as the value
in the baseboard is changed.

BUG=b:443677716, b:435612546
TEST=Build uldrenite, pujjocento and orisa firmware successfully

Change-Id: I7fb35091000b1df1b8008f26488e9290be3efe2d
Signed-off-by: Derek Huang <derekhuang@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89118
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
Derek Huang 2025-09-09 10:16:10 +00:00 committed by Matt DeVillier
commit 76e0f64035
3 changed files with 7 additions and 3 deletions

View file

@ -4,5 +4,8 @@
#define VARIANT_GPIO_H
#include <baseboard/gpio.h>
#undef GPIO_PCH_WP
/* WP signal to PCH */
#define GPIO_PCH_WP GPP_E3
#endif

View file

@ -4,9 +4,6 @@
#define VARIANT_GPIO_H
#include <baseboard/gpio.h>
#undef GPIO_PCH_WP
/* WP signal to PCH */
#define GPIO_PCH_WP GPP_E12
#define WWAN_FCPO GPP_D6 /* FULL_CARD_POWER_OFF# */
#define WWAN_RST GPP_E17

View file

@ -5,6 +5,10 @@
#include <baseboard/gpio.h>
#undef GPIO_PCH_WP
/* WP signal to PCH */
#define GPIO_PCH_WP GPP_E3
#define WWAN_FCPO GPP_H23
#define WWAN_RST GPP_F12
#define WWAN_PERST GPP_F13