diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-09-21 14:52:29 +0200 |
---|---|---|
committer | Peter Rosin <peda@axentia.se> | 2017-10-27 22:45:28 +0200 |
commit | fcc046801b934ad27ba80e20e3e0f4c97957af58 (patch) | |
tree | 98099a81137db794542cb2e6df94dc19a3afa0ee | |
parent | 3997fb74846f35d0364c5e88e54bc9b166d5a1bc (diff) | |
download | linux-fcc046801b934ad27ba80e20e3e0f4c97957af58.tar.gz linux-fcc046801b934ad27ba80e20e3e0f4c97957af58.tar.bz2 linux-fcc046801b934ad27ba80e20e3e0f4c97957af58.zip |
dt-bindings: i2c: i2c-mux: spelling s/required is/required if/
Fix both instances.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Peter Rosin <peda@axentia.se>
-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 |