summaryrefslogtreecommitdiff
path: root/board/redrix/usbc_config.h
diff options
context:
space:
mode:
authorZick Wei <zick.wei@quanta.corp-partner.google.com>2021-07-01 18:03:34 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-13 06:29:17 +0000
commita7a14e0ec726c2ce731d31e9ea42cf8137aa063c (patch)
tree8590a54180ddcd7f7aa747e6a85e4a3b5f9d3382 /board/redrix/usbc_config.h
parent80cc4fe762c3b36e0bcf884d3fc4b3e001352232 (diff)
downloadchrome-ec-a7a14e0ec726c2ce731d31e9ea42cf8137aa063c.tar.gz
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 <zick.wei@quanta.corp-partner.google.com> Change-Id: I27cb5b1c33b1dca565a68e6d8f1e3dc20f542bb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3000305 Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/redrix/usbc_config.h')
-rw-r--r--board/redrix/usbc_config.h5
1 files changed, 2 insertions, 3 deletions
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
};