From a1b83207fbbeb97471cb234576af59287a5d88ed Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Wed, 6 Jan 2021 08:50:24 -0800 Subject: coil: cleanup i2c comments Remove coil terms from i2c comments BUG=b:175244613 TEST=make buildall -j Change-Id: If056c099304e1fa676991e22ddaa9cb91ccfdeb3 Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613509 Reviewed-by: Namyoon Woo --- include/config.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index acb2cc340f..259d533008 100644 --- a/include/config.h +++ b/include/config.h @@ -2162,10 +2162,10 @@ */ #undef CONFIG_I2C_CONTROLLER -/* EC uses an I2C slave interface */ +/* EC uses an I2C peripheral interface */ #undef CONFIG_I2C_PERIPH -/* Defines I2C operation retry count when slave nack'd(EC_ERROR_BUSY) */ +/* Defines I2C operation retry count when peripheral nack'd(EC_ERROR_BUSY) */ #define CONFIG_I2C_NACK_RETRY_COUNT 0 /* * I2C SCL gating. @@ -2179,10 +2179,10 @@ #undef CONFIG_I2C_SCL_GATE_GPIO /* - * Some chip supports two owned slave address. The second slave address is used - * for other purpose such as board specific i2c commands. This option can be - * set if user of the second slave address requires larger host packet buffer - * size. + * Some chip supports two owned peripheral address. The second peripheral + * address is used for other purpose such as board specific i2c commands. This + * option can be set if user of the second peripheral address requires larger + * host packet buffer size. */ #define CONFIG_I2C_EXTRA_PACKET_SIZE 0 @@ -2203,7 +2203,7 @@ * i2c_read_string and i2c_write_block. Where * - write operation appends an error checking byte at end of transfer, and * - read operatoin verifies the correctness of error checking byte from the - * slave. + * peripheral. * Set I2C_FLAG on addr_flags parameter to use this feature. * * This option also enables error checking function on smart batteries. -- cgit v1.2.1