summaryrefslogtreecommitdiff
path: root/board/gladios/usbc_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/gladios/usbc_config.h')
-rw-r--r--board/gladios/usbc_config.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/board/gladios/usbc_config.h b/board/gladios/usbc_config.h
index 5e7beae21a..4c3f7ee4d8 100644
--- a/board/gladios/usbc_config.h
+++ b/board/gladios/usbc_config.h
@@ -3,18 +3,13 @@
* found in the LICENSE file.
*/
-/* Brya board-specific USB-C configuration */
+/* Gladios 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 1
-enum usbc_port {
- USBC_PORT_C0 = 0,
- USBC_PORT_C1,
- USBC_PORT_C2,
- USBC_PORT_COUNT
-};
+enum usbc_port { USBC_PORT_C0 = 0, USBC_PORT_COUNT };
#endif /* __CROS_EC_USBC_CONFIG_H */