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>
This commit is contained in:
Родитель
82d03bec4e
Коммит
63658cbc66
|
@ -246,7 +246,7 @@
|
|||
|
||||
&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;
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
|
||||
&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;
|
||||
|
|
|
@ -2055,7 +2055,7 @@
|
|||
|
||||
&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;
|
||||
|
@ -2063,7 +2063,7 @@
|
|||
};
|
||||
|
||||
/* 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;
|
||||
|
|
|
@ -2047,7 +2047,7 @@
|
|||
|
||||
&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;
|
||||
|
@ -2055,7 +2055,7 @@
|
|||
};
|
||||
|
||||
/* 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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -239,7 +239,7 @@
|
|||
|
||||
&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;
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
|
||||
&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;
|
||||
|
|
|
@ -1044,7 +1044,7 @@
|
|||
};
|
||||
|
||||
&gpio {
|
||||
lan-reset-n {
|
||||
lan-reset-n-hog {
|
||||
gpio-hog;
|
||||
gpios = <TEGRA_GPIO(DD, 0) GPIO_ACTIVE_HIGH>;
|
||||
output-high;
|
||||
|
|
Загрузка…
Ссылка в новой задаче