summaryrefslogtreecommitdiff
path: root/board/crota/usbc_config.h
diff options
context:
space:
mode:
authorPeter Chi <peter_chi@wistron.corp-partner.google.com>2022-02-14 15:34:27 +0800
committerCommit Bot <commit-bot@chromium.org>2022-02-18 02:39:22 +0000
commit662819b5bbe66f163ac5e68ce4c1914ae45d515a (patch)
tree41e3f09fbe13830e27bf564fae8f768d38e6aa56 /board/crota/usbc_config.h
parent1efc263fa560bbeb6e3c2bebd989dae5904c04b8 (diff)
downloadchrome-ec-662819b5bbe66f163ac5e68ce4c1914ae45d515a.tar.gz
crota: configure EC GPIO/ I2C channel
Remove USB C1 code. BUG=b:219176652 b:219378769 BRANCH=none TEST=make -j BOARD=crota Signed-off-by: Peter Chi <peter_chi@wistron.corp-partner.google.com> Change-Id: Ie9a0ebcda0b19818785e544df5c91fb5cf434ae8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3459591 Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/crota/usbc_config.h')
-rw-r--r--board/crota/usbc_config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/crota/usbc_config.h b/board/crota/usbc_config.h
index ef292aa3d7..2c21d83f0c 100644
--- a/board/crota/usbc_config.h
+++ b/board/crota/usbc_config.h
@@ -9,12 +9,11 @@
#define __CROS_EC_USBC_CONFIG_H
#ifndef CONFIG_ZEPHYR
-#define CONFIG_USB_PD_PORT_MAX_COUNT 3
+#define CONFIG_USB_PD_PORT_MAX_COUNT 2
#endif
enum usbc_port {
USBC_PORT_C0 = 0,
- USBC_PORT_C1,
USBC_PORT_C2,
USBC_PORT_COUNT
};