From ad86e9cea45724d7d686f45f1d48a476f81afc2e Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Wed, 23 Sep 2020 14:06:53 -0700 Subject: usb: Remove references to usb23 The TCSS port mapping is not used by the EC and the higher layers no longer query the EC for this mapping. We can remove this feature and disable CONFIG_INTEL_VIRTUAL_MUX which was added to enable it. BRANCH=none BUG=b:153941950 TEST=buildall passes Change-Id: I2d7f51212f3e64d74827d7f82654eb93534b8db4 Signed-off-by: Caveh Jalali Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2427632 Reviewed-by: Keith Short Reviewed-by: Vijay P Hiremath Commit-Queue: Keith Short --- board/delbin/board.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'board/delbin/board.h') diff --git a/board/delbin/board.h b/board/delbin/board.h index 39736ca384..57b7341d34 100644 --- a/board/delbin/board.h +++ b/board/delbin/board.h @@ -55,17 +55,6 @@ /* USB Type C and USB PD defines */ #define CONFIG_USB_PD_PORT_MAX_COUNT 2 -/* - * USB-C port's USB2 & USB3 mapping from schematics - * USB2 numbering on PCH - 1 to n - * USB3 numbering on AP - 0 to n (PMC's USB3 numbering for MUX - * configuration is - 1 to n hence add +1) - */ -#define USBC_PORT_0_USB2_NUM 9 -#define USBC_PORT_0_USB3_NUM 1 -#define USBC_PORT_1_USB2_NUM 4 -#define USBC_PORT_1_USB3_NUM 2 - #define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */ #define PD_POWER_SUPPLY_TURN_OFF_DELAY 30000 /* us */ #define PD_VCONN_SWAP_DELAY 5000 /* us */ -- cgit v1.2.1