summaryrefslogtreecommitdiff
path: root/baseboard/asurada
diff options
context:
space:
mode:
authorRuibin Chang <ruibin.chang@ite.com.tw>2021-02-24 18:23:47 +0800
committerCommit Bot <commit-bot@chromium.org>2021-02-26 07:12:02 +0000
commitec06848a3a10cd3eaa29db26781d7fa356e8ee24 (patch)
treeabee7b1ef6702d0d7daf5f895479cf055458568c /baseboard/asurada
parentdc8438f3960c29a3a2f32dad05c3dcfea1c4cd9c (diff)
downloadchrome-ec-ec06848a3a10cd3eaa29db26781d7fa356e8ee24.tar.gz
cleanup: rename ite tcpm driver
Rename it83xx_tcpm_drv to it8xxx2_tcpm_drv for chip it8xxx2 series. BUG=none BRANCH=none TEST=1.make buildall -j 2.on hayato, connecting to adapter and dongle can go to ready state. Signed-off-by: Ruibin Chang <ruibin.chang@ite.com.tw> Change-Id: I2622e7fe0884d3ae20a63ec48219de00d5537bc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2717430 Tested-by: Ruibin Chang <Ruibin.Chang@ite.com.tw> Reviewed-by: Eric Yilun Lin <yllin@chromium.org> Commit-Queue: Ruibin Chang <Ruibin.Chang@ite.com.tw>
Diffstat (limited to 'baseboard/asurada')
-rw-r--r--baseboard/asurada/baseboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/baseboard/asurada/baseboard.c b/baseboard/asurada/baseboard.c
index 7bb3fbe1ae..04108bb485 100644
--- a/baseboard/asurada/baseboard.c
+++ b/baseboard/asurada/baseboard.c
@@ -401,14 +401,14 @@ const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_MAX_COUNT] = {
{
.bus_type = EC_BUS_TYPE_EMBEDDED,
/* TCPC is embedded within EC so no i2c config needed */
- .drv = &it83xx_tcpm_drv,
+ .drv = &it8xxx2_tcpm_drv,
/* Alert is active-low, push-pull */
.flags = 0,
},
{
.bus_type = EC_BUS_TYPE_EMBEDDED,
/* TCPC is embedded within EC so no i2c config needed */
- .drv = &it83xx_tcpm_drv,
+ .drv = &it8xxx2_tcpm_drv,
/* Alert is active-low, push-pull */
.flags = 0,
},