mb/google/hatch: Change GPIO_E1 setting

For HW require to change GPIO_E1.
Change GOIO_E1 setting from NF2(SATAGP1) to NF1(SATAPCIE1).

BUG=b:123730924
TEST=flash BIOS and make sure hatch boots up properly

Change-Id: I0f5569e13b17a2dc713be5031a63436e8f31f911
Signed-off-by: John Su <john_su@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32099
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
John Su 2019-03-28 15:20:25 +08:00 committed by Patrick Georgi
parent c41b0e8ea3
commit eb7720e00a
1 changed files with 2 additions and 2 deletions

View File

@ -232,8 +232,8 @@ static const struct pad_config gpio_table[] = {
/* E0 : GPP_E0 ==> NC */
PAD_NC(GPP_E0, NONE),
/* E1 : SATAGP1 */
PAD_CFG_NF(GPP_E1, NONE, DEEP, NF2),
/* E1 : SATAPCIE1 */
PAD_CFG_NF(GPP_E1, NONE, DEEP, NF1),
/* E2 : GPP_E2 ==> NC */
PAD_NC(GPP_E2, NONE),
/* E3 : GPP_E3 ==> NC */