From 9013a144fd4fb3b5e9e38948f85650a961053d45 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 13 Dec 2014 08:02:52 +0000 Subject: oxnas: also make use of the GPIO poweroff driver Works great to power-off the kd20 ;) Signed-off-by: Daniel Golle SVN-Revision: 43677 --- target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/oxnas/files/arch') diff --git a/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts b/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts index 79442be346..9375748b91 100644 --- a/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts +++ b/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts @@ -137,4 +137,9 @@ compatible = "gpio-fan"; gpios = <&GPIOA 2 1>; }; + + gpio-poweroff { + compatible = "gpio-poweroff"; + gpios = <&GPIOA 9 0>; + }; }; -- cgit v1.2.3