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

Commit 44b12ef7 authored by Stephen Warren's avatar Stephen Warren
Browse files

ARM: dt: tegra: configure power off for some boards



For Seaboard, Ventana, and Cardhu, add DT property to tell the regulator
that it should provide the pm_power_off() implementation. This allows
"shutdown" to work.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent e7765b37
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -379,6 +379,8 @@
			reg = <0x34>;
			reg = <0x34>;
			interrupts = <0 86 0x4>;
			interrupts = <0 86 0x4>;


			ti,system-power-controller;

			#gpio-cells = <2>;
			#gpio-cells = <2>;
			gpio-controller;
			gpio-controller;


+2 −0
Original line number Original line Diff line number Diff line
@@ -295,6 +295,8 @@
			reg = <0x34>;
			reg = <0x34>;
			interrupts = <0 86 0x4>;
			interrupts = <0 86 0x4>;


			ti,system-power-controller;

			#gpio-cells = <2>;
			#gpio-cells = <2>;
			gpio-controller;
			gpio-controller;


+2 −0
Original line number Original line Diff line number Diff line
@@ -156,6 +156,8 @@
			#interrupt-cells = <2>;
			#interrupt-cells = <2>;
			interrupt-controller;
			interrupt-controller;


			ti,system-power-controller;

			#gpio-cells = <2>;
			#gpio-cells = <2>;
			gpio-controller;
			gpio-controller;