summaryrefslogtreecommitdiff
path: root/board/osiris/usbc_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/osiris/usbc_config.h')
-rw-r--r--board/osiris/usbc_config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/osiris/usbc_config.h b/board/osiris/usbc_config.h
index c44f9779b5..3ea16a6d56 100644
--- a/board/osiris/usbc_config.h
+++ b/board/osiris/usbc_config.h
@@ -9,13 +9,12 @@
#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
};