diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2016-12-20 02:15:31 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-02-13 04:29:41 -0500 |
commit | bbc741c6f46799aa8979d0a4cba6a47b886b4def (patch) | |
tree | 8441e48a40e7f4e87cac59065967f56154bc81fc | |
parent | 149da46a230947731d379c89eb9aef21d41f9115 (diff) |
mfd: dt: Fix "indicates" typo in mfd bindings document
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/mfd.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/mfd.txt b/Documentation/devicetree/bindings/mfd/mfd.txt index af9d6931a1a2..f1fceeda12f1 100644 --- a/Documentation/devicetree/bindings/mfd/mfd.txt +++ b/Documentation/devicetree/bindings/mfd/mfd.txt | |||
@@ -19,7 +19,7 @@ Optional properties: | |||
19 | 19 | ||
20 | - compatible : "simple-mfd" - this signifies that the operating system should | 20 | - compatible : "simple-mfd" - this signifies that the operating system should |
21 | consider all subnodes of the MFD device as separate devices akin to how | 21 | consider all subnodes of the MFD device as separate devices akin to how |
22 | "simple-bus" inidicates when to see subnodes as children for a simple | 22 | "simple-bus" indicates when to see subnodes as children for a simple |
23 | memory-mapped bus. For more complex devices, when the nexus driver has to | 23 | memory-mapped bus. For more complex devices, when the nexus driver has to |
24 | probe registers to figure out what child devices exist etc, this should not | 24 | probe registers to figure out what child devices exist etc, this should not |
25 | be used. In the latter case the child devices will be determined by the | 25 | be used. In the latter case the child devices will be determined by the |