From 1ab49b02f6d8662996ab245f3d2add46f10efddf Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Thu, 18 Apr 2019 12:38:09 -0600 Subject: hatch/kohaku: Move HDMI support to board-specific. Hatch baseboard contained HDMI support, but Kohaku does not have HDMI support, so that code is moved to Hatch board specific code instead. BUG=b:130577280 BRANCH=none TEST=Kled device still works with HDMI; detects when HDMI is plugged in and correctly uses the extra display. Change-Id: Idfcea36068b441c8ad499c1f42f0f0ecf681f978 Signed-off-by: Tim Wawrzynczak Reviewed-on: https://chromium-review.googlesource.com/1574698 Reviewed-by: Scott Collyer Reviewed-by: Paul Fagerburg --- baseboard/hatch/baseboard.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'baseboard/hatch/baseboard.c') diff --git a/baseboard/hatch/baseboard.c b/baseboard/hatch/baseboard.c index 2bfefda683..737e280eeb 100644 --- a/baseboard/hatch/baseboard.c +++ b/baseboard/hatch/baseboard.c @@ -181,9 +181,6 @@ void baseboard_tcpc_init(void) gpio_enable_interrupt(GPIO_USB_C0_TCPC_INT_ODL); gpio_enable_interrupt(GPIO_USB_C1_TCPC_INT_ODL); - /* Enable HDMI HPD interrupt. */ - gpio_enable_interrupt(GPIO_HDMI_CONN_HPD); - /* Enable BC 1.2 interrupts */ gpio_enable_interrupt(GPIO_USB_C0_BC12_INT_ODL); gpio_enable_interrupt(GPIO_USB_C1_BC12_INT_ODL); -- cgit v1.2.1