arm64: tegra: Fix DT binding for IO High Voltage entry
authorVidya Sagar <vidyas@nvidia.com>
Mon, 26 Oct 2020 06:39:02 +0000 (12:09 +0530)
committerThierry Reding <treding@nvidia.com>
Wed, 25 Nov 2020 14:33:33 +0000 (15:33 +0100)
Fix the device-tree entry that represents I/O High Voltage property
by replacing 'nvidia,io-high-voltage' with 'nvidia,io-hv' as the former
entry is deprecated.

Fixes: dbb72e2c305b ("arm64: tegra: Add configuration for PCIe C5 sideband signals")
Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra194.dtsi

index 93438d2..6946fb2 100644 (file)
                                        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>;
                                };
                                        nvidia,schmitt = <TEGRA_PIN_DISABLE>;
                                        nvidia,lpdr = <TEGRA_PIN_ENABLE>;
                                        nvidia,enable-input = <TEGRA_PIN_ENABLE>;
-                                       nvidia,io-high-voltage = <TEGRA_PIN_ENABLE>;
+                                       nvidia,io-hv = <TEGRA_PIN_ENABLE>;
                                        nvidia,tristate = <TEGRA_PIN_DISABLE>;
                                        nvidia,pull = <TEGRA_PIN_PULL_NONE>;
                                };