mb/google/poppy/variants/nocturne: config GPP_E2 for BT_DISABLE_L
GPP_E2 will be used as a BT reset line, so configure GPP_E2 as an output and initialize it high (high = out of reset). BUG=b:80089559 BRANCH=none TEST=none Change-Id: If45ef3a592c389a0b80298c59eea849d07d9671e Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/27023 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Naresh Solanki <naresh.solanki@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
fc7cc42813
commit
f0afb3e335
|
@ -214,8 +214,8 @@ static const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_GPI_APIC_INVERT(GPP_E0, NONE, PLTRST),
|
||||
/* E1 : SATAXPCIE1 ==> NC */
|
||||
PAD_CFG_NC(GPP_E1),
|
||||
/* E2 : SATAXPCIE2 ==> NC */
|
||||
PAD_CFG_NC(GPP_E2),
|
||||
/* E2 : SATAXPCIE2 ==> BT_DISABLE_L */
|
||||
PAD_CFG_GPO(GPP_E2, 1, DEEP),
|
||||
/* E3 : CPU_GP0 ==> NC */
|
||||
PAD_CFG_NC(GPP_E4),
|
||||
/* E5 : SATA_DEVSLP1 ==> NC */
|
||||
|
|
Loading…
Reference in New Issue