Commit 13d6753f authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Rob Herring

pinctrl: tegra: fix spelling in devicetree binding document

This fixes a spelling mistake.
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent ebfee030
...@@ -17,7 +17,7 @@ Tegra124 adds the following optional properties for pin configuration subnodes. ...@@ -17,7 +17,7 @@ Tegra124 adds the following optional properties for pin configuration subnodes.
The macros for options are defined in the The macros for options are defined in the
include/dt-binding/pinctrl/pinctrl-tegra.h. include/dt-binding/pinctrl/pinctrl-tegra.h.
- nvidia,enable-input: Integer. Enable the pin's input path. - 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. disable or output only: TEGRA_PIN_DISABLE.
- nvidia,open-drain: Integer. - nvidia,open-drain: Integer.
enable: TEGRA_PIN_ENABLE. enable: TEGRA_PIN_ENABLE.
......
...@@ -44,7 +44,7 @@ Optional subnode-properties: ...@@ -44,7 +44,7 @@ Optional subnode-properties:
- nvidia,tristate: Integer. - nvidia,tristate: Integer.
0: drive, 1: tristate. 0: drive, 1: tristate.
- nvidia,enable-input: Integer. Enable the pin's input path. - 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. disable or output only: TEGRA_PIN_DISABLE.
- nvidia,open-drain: Integer. - nvidia,open-drain: Integer.
enable: TEGRA_PIN_ENABLE. enable: TEGRA_PIN_ENABLE.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment