summaryrefslogtreecommitdiff
path: root/board/taniks/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/taniks/i2c.c')
-rw-r--r--board/taniks/i2c.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/taniks/i2c.c b/board/taniks/i2c.c
index 769385c46f..5be2ad4b85 100644
--- a/board/taniks/i2c.c
+++ b/board/taniks/i2c.c
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -44,7 +44,8 @@ const struct i2c_port_t i2c_ports[] = {
},
{
/* I2C4 C1 TCPC */
- /* TODO(b/211080526): Change TCPC1's (PS8815) I2C frequency from 400Khz to 1000Khz */
+ /* TODO(b/211080526): Change TCPC1's (PS8815) I2C frequency from
+ 400Khz to 1000Khz */
.name = "tcpc1",
.port = I2C_PORT_USB_C1_TCPC,
.kbps = 1000,