mb/intel/adlrvp: Update WWAN GPIO as per latest schematics
WWAN_RST#: E10 -> F14 WWAN_PWR_EN: E13-> F21 Change-Id: I7182f384eb7a404dfe623c64e29467b41c6b0bdd Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47519 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
19325dac95
commit
11f212b825
|
@ -8,9 +8,9 @@
|
|||
/* Early pad configuration in bootblock */
|
||||
static const struct pad_config early_gpio_table[] = {
|
||||
/* WWAN_RST# */
|
||||
PAD_CFG_GPO(GPP_E10, 0, PLTRST),
|
||||
PAD_CFG_GPO(GPP_F14, 0, PLTRST),
|
||||
/* WWAN_PWR_EN */
|
||||
PAD_CFG_GPO(GPP_E13, 1, DEEP),
|
||||
PAD_CFG_GPO(GPP_F21, 1, DEEP),
|
||||
};
|
||||
|
||||
void variant_configure_early_gpio_pads(void)
|
||||
|
|
|
@ -53,9 +53,9 @@ static const struct pad_config gpio_table[] = {
|
|||
/* WWAN_DISABLE_N */
|
||||
PAD_CFG_GPO(GPP_D15, 1, PLTRST),
|
||||
/* WWAN_RST# */
|
||||
PAD_CFG_GPO(GPP_E10, 1, PLTRST),
|
||||
PAD_CFG_GPO(GPP_F14, 1, PLTRST),
|
||||
/* WWAN_PWR_EN */
|
||||
PAD_CFG_GPO(GPP_E13, 1, DEEP),
|
||||
PAD_CFG_GPO(GPP_F21, 1, DEEP),
|
||||
/* WWAN_PERST# */
|
||||
PAD_CFG_GPO(GPP_C5, 1, PLTRST),
|
||||
/* PEG_SLOT_WAKE_N */
|
||||
|
|
Loading…
Reference in New Issue