Skip to content

Commit 12c035a

Browse files
lucaceresoliwsakernel
authored andcommitted
docs: i2c: i2c-topology: fix incorrect heading
"Etc" here was never meant to be a heading, it became one while converting to ReST. It would be easy to just convert it to plain text, but rather remove it and add an introductory text before the list that conveys the same meaning but with a better reading flow. Fixes: ccf988b ("docs: i2c: convert to ReST and add to driver-api bookset") Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Acked-by: Peter Rosin <peda@axentia.se> Signed-off-by: Wolfram Sang <wsa@kernel.org>
1 parent 6292b4b commit 12c035a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Documentation/i2c/i2c-topology.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ I2C muxes and complex topologies
55
There are a couple of reasons for building more complex I2C topologies
66
than a straight-forward I2C bus with one adapter and one or more devices.
77

8+
Some example use cases are:
9+
810
1. A mux may be needed on the bus to prevent address collisions.
911

1012
2. The bus may be accessible from some external bus master, and arbitration
@@ -14,9 +16,6 @@ than a straight-forward I2C bus with one adapter and one or more devices.
1416
from the I2C bus, at least most of the time, and sits behind a gate
1517
that has to be operated before the device can be accessed.
1618

17-
Etc
18-
===
19-
2019
These constructs are represented as I2C adapter trees by Linux, where
2120
each adapter has a parent adapter (except the root adapter) and zero or
2221
more child adapters. The root adapter is the actual adapter that issues

0 commit comments

Comments
 (0)