summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorBaruch Siach2015-03-09 20:56:39 +0100
committerLinus Walleij2015-03-18 02:02:21 +0100
commitf5efed8090aaafda22cd9b0cf81e0cdf41e03976 (patch)
tree951021329d293fcc307abe499fa8c5add89d641b /Documentation/devicetree
parentpinctrl: fix example .get_group_pins implementation signature (diff)
downloadkernel-qcow2-linux-f5efed8090aaafda22cd9b0cf81e0cdf41e03976.tar.gz
kernel-qcow2-linux-f5efed8090aaafda22cd9b0cf81e0cdf41e03976.tar.xz
kernel-qcow2-linux-f5efed8090aaafda22cd9b0cf81e0cdf41e03976.zip
pinctrl: dt-binding: fix typo
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
index 47d84b6ee91b..950580c92448 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
@@ -38,7 +38,7 @@ property exists to define the pin configuration. Each state may also be
assigned a name. When names are used, another property exists to map from
those names to the integer IDs.
-Each client device's own binding determines the set of states the must be
+Each client device's own binding determines the set of states that must be
defined in its device tree node, and whether to define the set of state
IDs that must be provided, or whether to define the set of state names that
must be provided.