diff options
author | Johan Jonker <jbx6244@gmail.com> | 2019-12-28 12:30:58 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-01-05 00:55:23 +0300 |
commit | c17fc0c924aabbb6c9637770173659e11e0afbda (patch) | |
tree | 48f8534491a707478849a966b058c04b535c7d41 | |
parent | 0cec114e36606412908a35695a5db944cec2e3db (diff) | |
download | linux-c17fc0c924aabbb6c9637770173659e11e0afbda.tar.xz |
dt-bindings: mmc: remove identical phrase in disable-wp text
There are two identical phrases in the disable-wp text,
so remove one of them.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/mmc-controller.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mmc/mmc-controller.yaml b/Documentation/devicetree/bindings/mmc/mmc-controller.yaml index b130450c3b34..d668d0fbea75 100644 --- a/Documentation/devicetree/bindings/mmc/mmc-controller.yaml +++ b/Documentation/devicetree/bindings/mmc/mmc-controller.yaml @@ -96,8 +96,7 @@ properties: description: When set, no physical write-protect line is present. This property should only be specified when the controller has a - dedicated write-protect detection logic. If a GPIO is always - used for the write-protect detection. If a GPIO is always used + dedicated write-protect detection logic. If a GPIO is always used for the write-protect detection logic, it is sufficient to not specify the wp-gpios property in the absence of a write-protect line. |