From 979c015f57d24b199611e4de1fe8ca2e4a12aafd Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Thu, 12 Aug 2021 22:35:33 -0700 Subject: brya: Enable PS8815_FORCE_DID This enables a reliable way to determine the ps8815 chip revision even when its firmware is inoperative. BRANCH=none BUG=b:186189039 TEST=verified the brya EC reports the correct device ID when the firmware is corrupted. Change-Id: I60808c0ae3312b11ebaf0848eb77a8134a943b49 Signed-off-by: Caveh Jalali Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3093035 Reviewed-by: Keith Short --- board/brya/board.h | 1 + 1 file changed, 1 insertion(+) (limited to 'board/brya') diff --git a/board/brya/board.h b/board/brya/board.h index 2766faeb88..a7e91a0507 100644 --- a/board/brya/board.h +++ b/board/brya/board.h @@ -88,6 +88,7 @@ #define CONFIG_IO_EXPANDER_PORT_COUNT 4 #define CONFIG_USB_PD_TCPM_PS8815 +#define CONFIG_USB_PD_TCPM_PS8815_FORCE_DID #define CONFIG_USBC_RETIMER_INTEL_BB #define CONFIG_USBC_PPC_SYV682X -- cgit v1.2.1