dt-bindings: Fix entry name for I/O High Voltage property
authorVidya Sagar <vidyas@nvidia.com>
Mon, 26 Oct 2020 06:39:01 +0000 (12:09 +0530)
committerThierry Reding <treding@nvidia.com>
Thu, 26 Nov 2020 18:05:16 +0000 (19:05 +0100)
Correct the name of the I/O High Voltage Property from
'nvidia,io-high-voltage' to 'nvidia,io-hv'.

Fixes: 2585a584f844 ("pinctrl: Add Tegra194 pinctrl DT bindings")
Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.txt

index 8763f44..90d38f7 100644 (file)
@@ -99,7 +99,7 @@ Example:
                                        nvidia,schmitt = <TEGRA_PIN_DISABLE>;
                                        nvidia,lpdr = <TEGRA_PIN_ENABLE>;
                                        nvidia,enable-input = <TEGRA_PIN_DISABLE>;
-                                       nvidia,io-high-voltage = <TEGRA_PIN_ENABLE>;
+                                       nvidia,io-hv = <TEGRA_PIN_ENABLE>;
                                        nvidia,tristate = <TEGRA_PIN_DISABLE>;
                                        nvidia,pull = <TEGRA_PIN_PULL_NONE>;
                                };