summaryrefslogtreecommitdiff
path: root/board/kuldax/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kuldax/i2c.c')
-rw-r--r--board/kuldax/i2c.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/board/kuldax/i2c.c b/board/kuldax/i2c.c
index 9c92852461..b38080f6a5 100644
--- a/board/kuldax/i2c.c
+++ b/board/kuldax/i2c.c
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -43,14 +43,6 @@ const struct i2c_port_t i2c_ports[] = {
.sda = GPIO_EC_I2C_USB_C0_C2_RT_SDA,
},
{
- /* I2C4 C1 TCPC */
- .name = "tcpc1",
- .port = I2C_PORT_USB_C1_TCPC,
- .kbps = 400,
- .scl = GPIO_EC_I2C_USB_C1_TCPC_SCL,
- .sda = GPIO_EC_I2C_USB_C1_TCPC_SDA,
- },
- {
/* I2C5 */
.name = "wireless_charger",
.port = I2C_PORT_QI,