Skip to content

Commit a5b88cb

Browse files
author
Wolfram Sang
committed
docs: i2c: summary: update speed mode description
Fastest I2C mode is 5 MHz. Update the docs and reword the paragraph slightly. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Easwar Hariharan <eahariha@linux.microsoft.com> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
1 parent 75d148c commit a5b88cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/i2c/summary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Introduction to I2C and SMBus
33
=============================
44

55
I²C (pronounce: I squared C and written I2C in the kernel documentation) is
6-
a protocol developed by Philips. It is a slow two-wire protocol (variable
7-
speed, up to 400 kHz), with a high speed extension (3.4 MHz). It provides
6+
a protocol developed by Philips. It is a two-wire protocol with variable
7+
speed (typically up to 400 kHz, high speed modes up to 5 MHz). It provides
88
an inexpensive bus for connecting many types of devices with infrequent or
99
low bandwidth communications needs. I2C is widely used with embedded
1010
systems. Some systems use variants that don't meet branding requirements,

0 commit comments

Comments
 (0)