summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2020-07-01 09:04:24 +0800
committerCommit Bot <commit-bot@chromium.org>2020-07-02 07:23:38 +0000
commit2adb19bffa152cfa3fa0955b8aa5a42ab75cc6f5 (patch)
treec22f48481a2390c6e0675e26853302ebdf2a0a71
parent765f30881ec3e21a5724d16ffc32e25aecfe2f24 (diff)
downloadchrome-ec-2adb19bffa152cfa3fa0955b8aa5a42ab75cc6f5.tar.gz
drawcia: remove unused retimer
CL:2249645 applied drawcia C1 port to ps8705. There is no need retimer tusb544 with ps8705. BUG=none BRANCH=none TEST=make buildall -j Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I6123cd8034a39837f90c051d6643fb6fcd9ebac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2276118 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
-rw-r--r--board/drawcia/board.c10
-rw-r--r--board/drawcia/board.h2
2 files changed, 0 insertions, 12 deletions
diff --git a/board/drawcia/board.c b/board/drawcia/board.c
index 27f04658ee..20f61ceacb 100644
--- a/board/drawcia/board.c
+++ b/board/drawcia/board.c
@@ -14,7 +14,6 @@
#include "driver/bc12/pi3usb9201.h"
#include "driver/charger/sm5803.h"
#include "driver/sync.h"
-#include "driver/retimer/tusb544.h"
#include "driver/temp_sensor/thermistor.h"
#include "driver/tcpm/it83xx_pd.h"
#include "driver/tcpm/ps8xxx.h"
@@ -173,14 +172,6 @@ const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_MAX_COUNT] = {
},
};
-/* USB Retimer */
-const struct usb_mux usbc1_retimer = {
- .usb_port = 1,
- .i2c_port = I2C_PORT_SUB_USB_C1,
- .i2c_addr_flags = TUSB544_I2C_ADDR_FLAGS0,
- .driver = &tusb544_drv,
-};
-
/* USB Muxes */
const struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_MAX_COUNT] = {
{
@@ -194,7 +185,6 @@ const struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_MAX_COUNT] = {
.i2c_port = I2C_PORT_SUB_USB_C1,
.i2c_addr_flags = PS8751_I2C_ADDR1_FLAGS,
.driver = &tcpci_tcpm_usb_mux_driver,
- .next_mux = &usbc1_retimer,
},
};
diff --git a/board/drawcia/board.h b/board/drawcia/board.h
index 5e090575ba..8b621b88f8 100644
--- a/board/drawcia/board.h
+++ b/board/drawcia/board.h
@@ -73,8 +73,6 @@
#define CONFIG_USB_MUX_IT5205 /* C1: ITE Mux */
#define I2C_PORT_USB_MUX I2C_PORT_USB_C0 /* Required for ITE Mux */
-#define CONFIG_USBC_RETIMER_TUSB544 /* C1 Redriver: TUSB544 */
-
/* USB Type A Features */
#define USB_PORT_COUNT 1
#define CONFIG_USB_PORT_POWER_DUMB