Commit 63658cbc authored by Thierry Reding's avatar Thierry Reding
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
parent 82d03bec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ reg_usbh_vbus: regulator-usbh-vbus {

&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;
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@ reg_usbh_vbus: regulator-usbh-vbus {

&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;
+2 −2
Original line number Diff line number Diff line
@@ -2055,7 +2055,7 @@ gpu-shutdown-trip {

&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 @@ lan-reset-n {
	};

	/* 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;
+2 −2
Original line number Diff line number Diff line
@@ -2047,7 +2047,7 @@ gpu-shutdown-trip {

&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 @@ lan-reset-n {
	};

	/* 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;
+3 −3
Original line number Diff line number Diff line
@@ -747,7 +747,7 @@ &emc_icc_dvfs_opp_table {
};

&gpio {
	lan-reset-n {
	lan-reset-n-hog {
		gpio-hog;
		gpios = <TEGRA_GPIO(V, 4) GPIO_ACTIVE_HIGH>;
		output-high;
@@ -755,7 +755,7 @@ lan-reset-n {
	};

	/* 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 @@ npwe {
	};

	/* 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;
Loading