diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-10-28 15:14:46 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-10-28 15:14:46 +0300 |
commit | 3ded0512e96fcd654c45d8245f6d7ea2e435a8c9 (patch) | |
tree | e8cc308be6d2a77f0136f3725ccbf0f82bff0a54 /Documentation/devicetree/bindings/i2c | |
parent | 93222bd9b966105f43418fd336654ad10045783a (diff) | |
parent | fcc046801b934ad27ba80e20e3e0f4c97957af58 (diff) | |
download | linux-3ded0512e96fcd654c45d8245f6d7ea2e435a8c9.tar.xz |
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.
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-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. Optional properties: - #address-cells = <1>; - This property is required is the i2c-mux child node does not exist. + This property is required if the i2c-mux child node does not exist. - #size-cells = <0>; - This property is required is the i2c-mux child node does not exist. + This property is required if the i2c-mux child node does not exist. - i2c-mux For i2c multiplexers/switches that have child nodes that are a mixture |