]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pinctrl: tegra: fix spelling in devicetree binding document
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 20 Jul 2018 08:22:57 +0000 (10:22 +0200)
committerRob Herring <robh@kernel.org>
Wed, 25 Jul 2018 20:09:39 +0000 (14:09 -0600)
This fixes a spelling mistake.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-pinmux.txt
Documentation/devicetree/bindings/pinctrl/nvidia,tegra210-pinmux.txt

index ecb5c0d25218df37ba395207bb04777c52eafa42..f4d06bb0b55a8848ebb137443cfb616bb020c6f9 100644 (file)
@@ -17,7 +17,7 @@ Tegra124 adds the following optional properties for pin configuration subnodes.
 The macros for options are defined in the
        include/dt-binding/pinctrl/pinctrl-tegra.h.
 - nvidia,enable-input: Integer. Enable the pin's input path.
-               enable :TEGRA_PIN_ENABLE0 and
+               enable :TEGRA_PIN_ENABLE and
                disable or output only: TEGRA_PIN_DISABLE.
 - nvidia,open-drain: Integer.
                enable: TEGRA_PIN_ENABLE.
index a62d82d5fbe927e8206fe3d3e5a6b34c54fae6a6..85f211436b8ea9a82c80bff16998c805d21b5434 100644 (file)
@@ -44,7 +44,7 @@ Optional subnode-properties:
 - nvidia,tristate: Integer.
     0: drive, 1: tristate.
 - nvidia,enable-input: Integer. Enable the pin's input path.
-    enable :TEGRA_PIN_ENABLE0 and
+    enable :TEGRA_PIN_ENABLE and
     disable or output only: TEGRA_PIN_DISABLE.
 - nvidia,open-drain: Integer.
     enable: TEGRA_PIN_ENABLE.