diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-10-28 08:14:46 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-10-28 08:14:46 -0400 |
commit | 3ded0512e96fcd654c45d8245f6d7ea2e435a8c9 (patch) | |
tree | e8cc308be6d2a77f0136f3725ccbf0f82bff0a54 | |
parent | 93222bd9b966105f43418fd336654ad10045783a (diff) | |
parent | fcc046801b934ad27ba80e20e3e0f4c97957af58 (diff) |
Merge tag 'i2c-mux/for-4.15-2' of https://github.com/peda-r/i2c-mux into i2c/for-4.15
This trivial patch managed to fall through the cracks and was forgotten
in the first pull request, as noticed by Wolfram.
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-mux.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux.txt b/Documentation/devicetree/bindings/i2c/i2c-mux.txt index 212e6779dc5c..b38f58a1c878 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mux.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mux.txt | |||
@@ -6,10 +6,10 @@ multiplexer/switch will have one child node for each child bus. | |||
6 | 6 | ||
7 | Optional properties: | 7 | Optional properties: |
8 | - #address-cells = <1>; | 8 | - #address-cells = <1>; |
9 | This property is required is the i2c-mux child node does not exist. | 9 | This property is required if the i2c-mux child node does not exist. |
10 | 10 | ||
11 | - #size-cells = <0>; | 11 | - #size-cells = <0>; |
12 | This property is required is the i2c-mux child node does not exist. | 12 | This property is required if the i2c-mux child node does not exist. |
13 | 13 | ||
14 | - i2c-mux | 14 | - i2c-mux |
15 | For i2c multiplexers/switches that have child nodes that are a mixture | 15 | For i2c multiplexers/switches that have child nodes that are a mixture |