From a7a14e0ec726c2ce731d31e9ea42cf8137aa063c Mon Sep 17 00:00:00 2001 From: Zick Wei Date: Thu, 1 Jul 2021 18:03:34 +0800 Subject: redrix: config USBC port Remove USBC2 port and config USBC1 port to follow schematic, redrix use TCPC: NCT3807 on both USBC0 and USBC1 port. BUG=b:190822765 BRANCH=none TEST=make BOARD=redrix Signed-off-by: Zick Wei Change-Id: I27cb5b1c33b1dca565a68e6d8f1e3dc20f542bb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3000305 Reviewed-by: caveh jalali --- board/redrix/usbc_config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'board/redrix/usbc_config.h') diff --git a/board/redrix/usbc_config.h b/board/redrix/usbc_config.h index 7319bcb5e2..dcaa52d7a9 100644 --- a/board/redrix/usbc_config.h +++ b/board/redrix/usbc_config.h @@ -3,17 +3,16 @@ * found in the LICENSE file. */ -/* Brya board-specific USB-C configuration */ +/* Redrix board-specific USB-C configuration */ #ifndef __CROS_EC_USBC_CONFIG_H #define __CROS_EC_USBC_CONFIG_H -#define CONFIG_USB_PD_PORT_MAX_COUNT 3 +#define CONFIG_USB_PD_PORT_MAX_COUNT 2 enum usbc_port { USBC_PORT_C0 = 0, USBC_PORT_C1, - USBC_PORT_C2, USBC_PORT_COUNT }; -- cgit v1.2.1