mb/google/poppy/variants/nami: Fix GPIO configuration for DEVSLP

Nami uses DEVSLP1 and not DEVSLP0. This change updates the GPIO
configuration for DEVSLP to match the latest version of schematics.

BUG=b:70160119

Change-Id: Ifa181322011a4b8947ecd0fa44dcf790b0d8f657
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/22916
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Furquan Shaikh 2017-12-17 02:17:12 -08:00
parent 5f7fa726a8
commit 5a796d710b
1 changed files with 4 additions and 4 deletions

View File

@ -217,10 +217,10 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_NC(GPP_E2),
/* E3 : CPU_GP0 ==> TRACKPAD_INT# */
PAD_CFG_GPI_APIC(GPP_E3, NONE, PLTRST),
/* E4 : SATA_DEVSLP0 ==> DEVSLP0 */
PAD_CFG_NF(GPP_E4, NONE, DEEP, NF1),
/* E5 : SATA_DEVSLP1 ==> NC(TP914) */
PAD_CFG_NC(GPP_E5),
/* E4 : SATA_DEVSLP0 ==> NC(TP914) */
PAD_CFG_NC(GPP_E4),
/* E5 : SATA_DEVSLP1 ==> DEVSLP1 */
PAD_CFG_NF(GPP_E5, NONE, DEEP, NF1),
/* E6 : SATA_DEVSLP2 ==> NC(TP915) */
PAD_CFG_NC(GPP_E6),
/* E7 : CPU_GP1 ==> TOUCHSCREEN_INT# */