Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bff1ea70 authored by Stephen Warren's avatar Stephen Warren
Browse files

ARM: tegra: trimslice: add gpio-poweroff node to DT



... and disable tri-state from the pingroup that contains the poweroff
GPIO.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 8fef5dff
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -249,6 +249,11 @@
					"ld23_22";
				nvidia,pull = <1>;
			};
			conf_spif {
				nvidia,pins = "spif";
				nvidia,pull = <1>;
				nvidia,tristate = <0>;
			};
		};
	};

@@ -322,6 +327,11 @@
		bus-width = <4>;
	};

	poweroff {
		compatible = "gpio-poweroff";
		gpios = <&gpio 191 1>; /* gpio PX7, active low */
	};

	regulators {
		compatible = "simple-bus";
		#address-cells = <1>;