Edward O'Callaghan has uploaded this change for review.

View Change

mainboard/google/puff: Missing GPP_E02 high assert

BUG=b:144809606
BRANCH=none
TEST=none

Change-Id: Ide3f89320d34b4ef622f4bc5fea4690396690750
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
---
M src/mainboard/google/hatch/variants/puff/gpio.c
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/37914/1
diff --git a/src/mainboard/google/hatch/variants/puff/gpio.c b/src/mainboard/google/hatch/variants/puff/gpio.c
index b8b54d3..3baf081 100644
--- a/src/mainboard/google/hatch/variants/puff/gpio.c
+++ b/src/mainboard/google/hatch/variants/puff/gpio.c
@@ -19,6 +19,8 @@

/* Early pad configuration in bootblock */
static const struct pad_config early_gpio_table[] = {
+ /* E2 : EN_PP_MST_OD */
+ PAD_CFG_GPO(GPP_E2, 1, DEEP),
/* B14 : GPP_B14_STRAP */
PAD_NC(GPP_B14, NONE),
/* B22 : GPP_B22_STRAP */

To view, visit change 37914. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ide3f89320d34b4ef622f4bc5fea4690396690750
Gerrit-Change-Number: 37914
Gerrit-PatchSet: 1
Gerrit-Owner: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-MessageType: newchange