diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2020-01-29 16:19:51 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2020-01-29 22:02:06 +0100 |
commit | f6fcefa10fdbc852ececadb1fd600570228b49ab (patch) | |
tree | a0649e30be1b53fe504dd8f56ed393a657d400fe /Documentation/i2c/i2c-topology.rst | |
parent | 1ef0572296273b634339dd9c640c20ce1b8f436f (diff) | |
download | linux-stable-f6fcefa10fdbc852ececadb1fd600570228b49ab.tar.gz linux-stable-f6fcefa10fdbc852ececadb1fd600570228b49ab.tar.bz2 linux-stable-f6fcefa10fdbc852ececadb1fd600570228b49ab.zip |
docs: i2c: rename sections so the overall picture is clearer
Some of the section names are not very clear. Reading those names in the
index.rst page does not help much in grasping what the content is supposed
to be.
Rename those sections to clarify their content, especially when reading
the index page.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Peter Rosin <peda@axentia.se>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/i2c/i2c-topology.rst')
-rw-r--r-- | Documentation/i2c/i2c-topology.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/i2c/i2c-topology.rst b/Documentation/i2c/i2c-topology.rst index 2a18b53e3508..7cb53819778e 100644 --- a/Documentation/i2c/i2c-topology.rst +++ b/Documentation/i2c/i2c-topology.rst @@ -1,6 +1,6 @@ -============ -I2C topology -============ +================================ +I2C muxes and complex topologies +================================ There are a couple of reasons for building more complex I2C topologies than a straight-forward I2C bus with one adapter and one or more devices. |