From 1eb65e058307a172f0af9c27d2d2d87d1b78c514 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Tue, 10 Jun 2014 10:06:46 -0700 Subject: [PATCH] samus: Updates for P2 board - RAM ID3 moved to GPIO65 to avoid Top Block Swap strap on GPIO66 - LTE_POWER_ON connection removed BUG=chrome-os-partner:29502 BRANCH=None TEST=none yet, preparing for new board Change-Id: I521fe963cbed57ef5f56cfb0e89aec50bfc48b21 Signed-off-by: Duncan Laurie Reviewed-on: https://chromium-review.googlesource.com/203186 Reviewed-by: Aaron Durbin --- src/mainboard/google/samus/gpio.h | 6 +++--- src/mainboard/google/samus/spd/spd.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mainboard/google/samus/gpio.h b/src/mainboard/google/samus/gpio.h index 6439e42686..cc0679619b 100644 --- a/src/mainboard/google/samus/gpio.h +++ b/src/mainboard/google/samus/gpio.h @@ -90,12 +90,12 @@ static const struct gpio_config mainboard_gpio_config[] = { PCH_GPIO_NATIVE, /* 62: NATIVE: PCH_SUSCLK */ PCH_GPIO_NATIVE, /* 63: NATIVE: PCH_SLP_S5_L */ PCH_GPIO_OUT_LOW, /* 64: NFC_FW_UPDATE */ - PCH_GPIO_UNUSED, /* 65: UNUSED */ - PCH_GPIO_INPUT, /* 66: RAM_ID3 */ + PCH_GPIO_INPUT, /* 65: RAM_ID3 */ + PCH_GPIO_UNUSED, /* 66: UNUSED (STRAP) */ PCH_GPIO_INPUT, /* 67: RAM_ID0 */ PCH_GPIO_INPUT, /* 68: RAM_ID1 */ PCH_GPIO_INPUT, /* 69: RAM_ID2 */ - PCH_GPIO_OUT_HIGH, /* 70: LTE_POWER_ON */ + PCH_GPIO_UNUSED, /* 70: UNUSED */ PCH_GPIO_NATIVE, /* 71: NATIVE: MODPHY_EN */ PCH_GPIO_UNUSED, /* 72: UNUSED */ PCH_GPIO_UNUSED, /* 73: UNUSED */ diff --git a/src/mainboard/google/samus/spd/spd.h b/src/mainboard/google/samus/spd/spd.h index 77540af9f3..82e4f8d8a2 100644 --- a/src/mainboard/google/samus/spd/spd.h +++ b/src/mainboard/google/samus/spd/spd.h @@ -36,7 +36,7 @@ #define SPD_GPIO_BIT0 67 #define SPD_GPIO_BIT1 68 #define SPD_GPIO_BIT2 69 -#define SPD_GPIO_BIT3 66 +#define SPD_GPIO_BIT3 65 struct pei_data; void mainboard_fill_spd_data(struct pei_data *pei_data);