summaryrefslogtreecommitdiff
path: root/board/it8xxx2_pdevb/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/it8xxx2_pdevb/board.c')
-rw-r--r--board/it8xxx2_pdevb/board.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/board/it8xxx2_pdevb/board.c b/board/it8xxx2_pdevb/board.c
index 015a0e6d89..22f204258b 100644
--- a/board/it8xxx2_pdevb/board.c
+++ b/board/it8xxx2_pdevb/board.c
@@ -35,21 +35,14 @@ enum battery_present battery_is_present(void)
const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_MAX_COUNT] = {
[USB_PD_PORT_ITE_0] = {
.bus_type = EC_BUS_TYPE_EMBEDDED,
- /* TCPC is embedded within EC so no i2c config needed */
+ /* TCPC is embedded within EC so needn't i2c config */
.drv = &it83xx_tcpm_drv,
/* Alert is active-low, push-pull */
.flags = 0,
},
[USB_PD_PORT_ITE_1] = {
.bus_type = EC_BUS_TYPE_EMBEDDED,
- /* TCPC is embedded within EC so no i2c config needed */
- .drv = &it83xx_tcpm_drv,
- /* Alert is active-low, push-pull */
- .flags = 0,
- },
- [USB_PD_PORT_ITE_2] = {
- .bus_type = EC_BUS_TYPE_EMBEDDED,
- /* TCPC is embedded within EC so no i2c config needed */
+ /* TCPC is embedded within EC so needn't i2c config */
.drv = &it83xx_tcpm_drv,
/* Alert is active-low, push-pull */
.flags = 0,