[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nocturne: config GPP_E2 for BT_DISABLE_L

Nick Vaccaro (Code Review) gerrit at coreboot.org
Tue Jun 12 09:19:40 CEST 2018


Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/27023


Change subject: mb/google/poppy/variants/nocturne: config GPP_E2 for BT_DISABLE_L
......................................................................

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 at google.com>
---
M src/mainboard/google/poppy/variants/nocturne/gpio.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/27023/1

diff --git a/src/mainboard/google/poppy/variants/nocturne/gpio.c b/src/mainboard/google/poppy/variants/nocturne/gpio.c
index 77659dc..2a6509a 100644
--- a/src/mainboard/google/poppy/variants/nocturne/gpio.c
+++ b/src/mainboard/google/poppy/variants/nocturne/gpio.c
@@ -214,6 +214,8 @@
 	PAD_CFG_GPI_APIC_INVERT(GPP_E0, NONE, PLTRST),
 	/* E1  : SATAXPCIE1 ==> NC */
 	PAD_CFG_NC(GPP_E1),
+	/* E2  : SATAXPCIE2 ==> BT_DISABLE_L */
+	PAD_CFG_GPO(GPP_E2, 1, DEEP),
 	/* E2  : SATAXPCIE2 ==> NC */
 	PAD_CFG_NC(GPP_E2),
 	/* E3  : CPU_GP0 ==> NC */

-- 
To view, visit https://review.coreboot.org/27023
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If45ef3a592c389a0b80298c59eea849d07d9671e
Gerrit-Change-Number: 27023
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180612/77e24de2/attachment.html>


More information about the coreboot-gerrit mailing list