summaryrefslogtreecommitdiff
path: root/board/hoho/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/hoho/board.c')
-rw-r--r--board/hoho/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/hoho/board.c b/board/hoho/board.c
index d442d132a9..406bdebd77 100644
--- a/board/hoho/board.c
+++ b/board/hoho/board.c
@@ -142,6 +142,10 @@ static void board_init(void)
hpd_prev_level = gpio_get_level(GPIO_DP_HPD);
hpd_prev_ts = now.val;
gpio_enable_interrupt(GPIO_DP_HPD);
+
+ gpio_set_level(GPIO_STM_READY, 1); /* factory test only */
+ /* TODO(crosbug.com/p/34122): Add real check for MCDP function */
+ gpio_set_level(GPIO_MCDP_READY, 1); /* factory test only */
}
DECLARE_HOOK(HOOK_INIT, board_init, HOOK_PRIO_DEFAULT);