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

Commit bfc2e5f5 authored by Arnaud Ebalard's avatar Arnaud Ebalard Committed by Jason Cooper
Browse files

ARM: mvebu: Add DT entry for ReadyNAS Duo v2 to use gpio-poweroff driver



Without that fix, at the end of the shutdown process, the board is
still powered (led glowing, fan running, ...).

Signed-off-by: default avatarArnaud Ebalard <arno@natisbad.org>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 100a5fa9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
/dts-v1/;

#include <dt-bindings/gpio/gpio.h>
#include "kirkwood.dtsi"
#include "kirkwood-6282.dtsi"

@@ -60,6 +61,10 @@
				marvell,pins = "mpp29";
				marvell,function = "gpio";
			};
			pmx_poweroff: pmx-poweroff {
				marvell,pins = "mpp30";
				marvell,function = "gpio";
			};
		};

		clocks {
@@ -158,6 +163,13 @@
		};
	};

	gpio-poweroff {
		compatible = "gpio-poweroff";
		pinctrl-0 = <&pmx_poweroff>;
		pinctrl-names = "default";
		gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
	};

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