diff options
author | Thierry Reding <treding@nvidia.com> | 2021-12-07 10:59:24 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-12-14 16:07:42 +0100 |
commit | 63658cbc66a27b5fcb683623d299e59cc2771964 (patch) | |
tree | 97069ea778d14646de425cf750ff5acc17fe59a9 /arch/arm/boot/dts/tegra20-colibri.dtsi | |
parent | 82d03bec4e97f01d982b1663d438c55b100de7e3 (diff) | |
download | linux-stable-63658cbc66a27b5fcb683623d299e59cc2771964.tar.gz linux-stable-63658cbc66a27b5fcb683623d299e59cc2771964.tar.bz2 linux-stable-63658cbc66a27b5fcb683623d299e59cc2771964.zip |
ARM: tegra: Rename GPIO hog nodes to match schema
GPIO hog nodes must have a "hog-" prefix or "-hog" suffix according to
the DT schema. Rename all such nodes to allow validation to pass.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-colibri.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra20-colibri.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra20-colibri.dtsi b/arch/arm/boot/dts/tegra20-colibri.dtsi index 585a5b441cf6..80e439003a6d 100644 --- a/arch/arm/boot/dts/tegra20-colibri.dtsi +++ b/arch/arm/boot/dts/tegra20-colibri.dtsi @@ -747,7 +747,7 @@ }; &gpio { - lan-reset-n { + lan-reset-n-hog { gpio-hog; gpios = <TEGRA_GPIO(V, 4) GPIO_ACTIVE_HIGH>; output-high; @@ -755,7 +755,7 @@ }; /* Tri-stating GMI_WR_N on SODIMM pin 99 nPWE */ - npwe { + npwe-hog { gpio-hog; gpios = <TEGRA_GPIO(T, 5) GPIO_ACTIVE_HIGH>; output-high; @@ -763,7 +763,7 @@ }; /* Not tri-stating GMI_WR_N on SODIMM pin 93 RDnWR */ - rdnwr { + rdnwr-hog { gpio-hog; gpios = <TEGRA_GPIO(T, 6) GPIO_ACTIVE_HIGH>; output-low; |