mb/intel/adlrvp: Remove GPP_E0
Remove the unused UART_BT_WAKE GPIO as BT is over USB. Change-Id: I638b4528fa5c4c378a1e8ff7bb88546da1513df2 Signed-off-by: Meera Ravindranath <meera.ravindranath@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48240 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
parent
36d1e01b21
commit
290b434d64
|
@ -58,8 +58,6 @@ static const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_GPO(GPP_C5, 1, PLTRST),
|
||||
/* PEG_SLOT_WAKE_N */
|
||||
PAD_CFG_GPI(GPP_A20, NONE, PLTRST),
|
||||
/* UART_BT_WAKE_N */
|
||||
PAD_CFG_GPI_IRQ_WAKE(GPP_E0, NONE, DEEP, LEVEL, INVERT),
|
||||
/* CAM CONN1 CLKEN */
|
||||
PAD_CFG_GPO(GPP_H15, 1, PLTRST),
|
||||
/* CPU SSD2 PWREN */
|
||||
|
|
Loading…
Reference in New Issue