summaryrefslogtreecommitdiff
path: root/board/quiche/board.c
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2021-02-16 03:21:52 -0800
committerCommit Bot <commit-bot@chromium.org>2021-03-24 23:33:07 +0000
commit1403ddcbbdea6a55db88465659af5f0cc79ace82 (patch)
tree73848b7f4a459d28f0f030e2a0a9a1f4231e0c06 /board/quiche/board.c
parent774ff171f1ff84e7f3daa2f367b9563e00656488 (diff)
downloadchrome-ec-1403ddcbbdea6a55db88465659af5f0cc79ace82.tar.gz
honeybuns: P1 changes (gingerbread/quiche)
This CL updates both quiche and gingerbread to P1 hardware level. This includes an MCU with 256 kB flash, some GPIO pin assignments to address EXTi conflicts, and removing the I2C2 port. BUG=b:183288657 BRANCH=None TEST=make BOARD=quiche and make BOARD=gingerbread Signed-off-by: Scott Collyer <scollyer@google.com> Change-Id: I6a5d3d365b6c9ed704ced8506fa4a97ca7b668c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2699454 Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Scott Collyer <scollyer@chromium.org>
Diffstat (limited to 'board/quiche/board.c')
-rw-r--r--board/quiche/board.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/board/quiche/board.c b/board/quiche/board.c
index 69ca1e91a0..ce70a87e4d 100644
--- a/board/quiche/board.c
+++ b/board/quiche/board.c
@@ -55,16 +55,16 @@ static void ppc_interrupt(enum gpio_signal signal)
const struct power_seq board_power_seq[] = {
{GPIO_EN_AC_JACK, 1, 20},
{GPIO_EN_PP5000_A, 1, 31},
- {GPIO_EN_PP3300_B, 1, 100},
+ {GPIO_MST_LP_CTL_L, 1, 0},
+ {GPIO_EN_PP3300_B, 1, 1},
+ {GPIO_EN_PP1100_A, 1, 100+30},
{GPIO_EN_BB, 1, 30},
- {GPIO_EN_PP1100_A, 1, 30},
{GPIO_EN_PP1050_A, 1, 30},
{GPIO_EN_PP1200_A, 1, 20},
{GPIO_EN_PP5000_C, 1, 20},
{GPIO_EN_PP5000_HSPORT, 1, 31},
{GPIO_EN_DP_SINK, 1, 80},
- {GPIO_MST_RST_L, 1, 20},
- {GPIO_MST_LP_CTL_L, 1, 41},
+ {GPIO_MST_RST_L, 1, 61},
{GPIO_EC_HUB2_RESET_L, 1, 41},
{GPIO_EC_HUB3_RESET_L, 1, 33},
{GPIO_DP_SINK_RESET, 1, 100},
@@ -74,9 +74,8 @@ const struct power_seq board_power_seq[] = {
{GPIO_DEMUX_DUAL_DP_RESET_N, 1, 100},
{GPIO_DEMUX_DP_HDMI_PD_N, 1, 10},
{GPIO_DEMUX_DUAL_DP_MODE, 1, 10},
- {GPIO_DEMUX_DP_HDMI_MODE, 1, 1},
+ {GPIO_DEMUX_DP_HDMI_MODE, 1, 5},
};
-
const size_t board_power_seq_count = ARRAY_SIZE(board_power_seq);
/*