]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: tegra: Rename GPIO hog nodes to match schema
authorThierry Reding <treding@nvidia.com>
Tue, 7 Dec 2021 09:59:24 +0000 (10:59 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Dec 2021 15:07:42 +0000 (16:07 +0100)
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>
arch/arm/boot/dts/tegra124-apalis-eval.dts
arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts
arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi
arch/arm/boot/dts/tegra124-apalis.dtsi
arch/arm/boot/dts/tegra20-colibri.dtsi
arch/arm/boot/dts/tegra30-apalis-eval.dts
arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts
arch/arm/boot/dts/tegra30-colibri.dtsi

index 28c29b6813a71ae2aa86c82ce5bee00948646ae2..3209554ec7e6c9a3913e52de53c87d065e978d7d 100644 (file)
 
 &gpio {
        /* Apalis GPIO7 MXM3 pin 15 PLX PEX 8605 PCIe Switch Reset */
-       pex-perst-n {
+       pex-perst-n-hog {
                gpio-hog;
                gpios = <TEGRA_GPIO(DD, 1) GPIO_ACTIVE_HIGH>;
                output-high;
index f3afde4106156c68b1de78b55a1329423af1b95b..814257c79bf1744f75f5eaca3515da71056728f4 100644 (file)
 
 &gpio {
        /* Apalis GPIO7 MXM3 pin 15 PLX PEX 8605 PCIe Switch Reset */
-       pex-perst-n {
+       pex-perst-n-hog {
                gpio-hog;
                gpios = <TEGRA_GPIO(DD, 1) GPIO_ACTIVE_HIGH>;
                output-high;
index cde9ae8fa04b74195703151e6408d59b077f1b28..4ba4d5229fcf1dfb27f381e3218fe299c50574bd 100644 (file)
 
 &gpio {
        /* I210 Gigabit Ethernet Controller Reset */
-       lan-reset-n {
+       lan-reset-n-hog {
                gpio-hog;
                gpios = <TEGRA_GPIO(S, 2) GPIO_ACTIVE_HIGH>;
                output-high;
        };
 
        /* Control MXM3 pin 26 Reset Module Output Carrier Input */
-       reset-moci-ctrl {
+       reset-moci-ctrl-hog {
                gpio-hog;
                gpios = <TEGRA_GPIO(U, 4) GPIO_ACTIVE_HIGH>;
                output-high;
index a46d9ba9bb7a42a17a60a9afdf53c0e4249a655f..3760744cc1b001ebb045861729a4154b73b11431 100644 (file)
 
 &gpio {
        /* I210 Gigabit Ethernet Controller Reset */
-       lan-reset-n {
+       lan-reset-n-hog {
                gpio-hog;
                gpios = <TEGRA_GPIO(S, 2) GPIO_ACTIVE_HIGH>;
                output-high;
        };
 
        /* Control MXM3 pin 26 Reset Module Output Carrier Input */
-       reset-moci-ctrl {
+       reset-moci-ctrl-hog {
                gpio-hog;
                gpios = <TEGRA_GPIO(U, 4) GPIO_ACTIVE_HIGH>;
                output-high;
index 585a5b441cf64a851b09e70067508d21c92bc046..80e439003a6d5cf3e1cb17b49e895981052a9325 100644 (file)
 };
 
 &gpio {
-       lan-reset-n {
+       lan-reset-n-hog {
                gpio-hog;
                gpios = <TEGRA_GPIO(V, 4) GPIO_ACTIVE_HIGH>;
                output-high;
        };
 
        /* 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;
        };
 
        /* 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;
index 9f653ef41da44ac575513a6706bcc18b0b3e67c0..93b83b3c5655499b66969e896e719d1e3156d7aa 100644 (file)
 
 &gpio {
        /* Apalis GPIO7 MXM3 pin 15 PLX PEX 8605 PCIe Switch Reset */
-       pex-perst-n {
+       pex-perst-n-hog {
                gpio-hog;
                gpios = <TEGRA_GPIO(S, 7) GPIO_ACTIVE_HIGH>;
                output-high;
index 86e138e8c7f02a42996c858d0729b78a560a577f..fbfa75e53f321980dc78e41f677bb01d4ab47d3d 100644 (file)
 
 &gpio {
        /* Apalis GPIO7 MXM3 pin 15 PLX PEX 8605 PCIe Switch Reset */
-       pex-perst-n {
+       pex-perst-n-hog {
                gpio-hog;
                gpios = <TEGRA_GPIO(S, 7) GPIO_ACTIVE_HIGH>;
                output-high;
index 413e35215804bee3360ca80191b33cc1d0d0860e..fcd3d26bef2d2ced22bef6d4492d31581ce9f936 100644 (file)
 };
 
 &gpio {
-       lan-reset-n {
+       lan-reset-n-hog {
                gpio-hog;
                gpios = <TEGRA_GPIO(DD, 0) GPIO_ACTIVE_HIGH>;
                output-high;