mb/google/poppy/variants/atlas: add GPIO for bluetooth enable
This configures a GPIO pin for enabling/disabling bluetooth on the next version of the atlas board. The default is for bluetooth to be enabled at this point. BUG=b:110614620,b:110613353 BRANCH=none TEST=none Change-Id: I4ba940e89b1dc03548b7ab44b8f84dc9a3097acb Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://review.coreboot.org/27185 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
918ff858cf
commit
b61c219a38
1 changed files with 2 additions and 2 deletions
|
@ -213,8 +213,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_E3),
|
||||
/* E4 : SATA_DEVSLP0 ==> NC */
|
||||
|
|
Loading…
Reference in a new issue