Commit b8ae1715 authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding
Browse files

ARM: tegra: nexus7: Rename gpio-hog nodes



Devicetree schema now requires gpio-hog nodes to have a certain naming
pattern, like a -hog suffix. This patch fixes dtbs_check warnings about
the names.

Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 81071945
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ lcd_output: endpoint {
	};

	gpio@6000d000 {
		init-mode {
		init-mode-hog {
			gpio-hog;
			gpios =	<TEGRA_GPIO(DD, 7) GPIO_ACTIVE_HIGH>,
				<TEGRA_GPIO(CC, 6) GPIO_ACTIVE_HIGH>,
@@ -83,7 +83,7 @@ init-mode {
			output-low;
		};

		init-low-power-mode {
		init-low-power-mode-hog {
			gpio-hog;
			gpios = <TEGRA_GPIO(I, 6) GPIO_ACTIVE_HIGH>;
			input;
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ gpio4 {
				};
			};

			cpu-pwr-req {
			cpu-pwr-req-hog {
				gpio-hog;
				gpios = <6 GPIO_ACTIVE_HIGH>;
				input;
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ panel-timing {
	};

	gpio@6000d000 {
		init-mode-3g {
		init-mode-3g-hog {
			gpio-hog;
			gpios =	<TEGRA_GPIO(D, 2) GPIO_ACTIVE_HIGH>,
				<TEGRA_GPIO(C, 6) GPIO_ACTIVE_HIGH>,