From 234e646fd807dc60f9af78c80db3edf8d5f93cee Mon Sep 17 00:00:00 2001 From: Ting Shen Date: Tue, 5 Oct 2021 14:15:11 +0800 Subject: cherry: disable customized usb_a port power for Cherry Old Cherry board does not have AP_XHCI_INIT_DONE pin to trigger the interrupt. Use the default hooks in usb_port_power_dumb instead. BUG=b:201238487 TEST=Verify usb to ethernet dongle works BRANCH=main Signed-off-by: Ting Shen Change-Id: Ifca76c2f029f322fdafe28a36a2bd596d4cb1574 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3204565 Tested-by: Ting Shen Auto-Submit: Ting Shen Reviewed-by: Rong Chang Commit-Queue: Rong Chang --- baseboard/cherry/baseboard.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/baseboard/cherry/baseboard.h b/baseboard/cherry/baseboard.h index 8dc1dbfb91..387408ed59 100644 --- a/baseboard/cherry/baseboard.h +++ b/baseboard/cherry/baseboard.h @@ -162,7 +162,9 @@ /* USB-A */ #define CONFIG_USB_PORT_POWER_DUMB +#ifndef BOARD_CHERRY #define CONFIG_USB_PORT_POWER_DUMB_CUSTOM_HOOK +#endif #define USB_PORT_COUNT USBA_PORT_COUNT /* UART */ -- cgit v1.2.1