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>

+2 -2
+2 -2
Documentation/i2c/summary.rst
··· 3 ============================= 4 5 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 8 an inexpensive bus for connecting many types of devices with infrequent or 9 low bandwidth communications needs. I2C is widely used with embedded 10 systems. Some systems use variants that don't meet branding requirements,
··· 3 ============================= 4 5 I²C (pronounce: I squared C and written I2C in the kernel documentation) is 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 8 an inexpensive bus for connecting many types of devices with infrequent or 9 low bandwidth communications needs. I2C is widely used with embedded 10 systems. Some systems use variants that don't meet branding requirements,