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:
parent
b69e66721d
commit
76e0f64035
3 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue