aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-12-12 17:14:14 +0000
committerJohn Crispin <blogic@openwrt.org>2014-12-12 17:14:14 +0000
commit71906dea62558731f3fed96903626204eeae535c (patch)
tree8559ae5aa7baf14fd1b9271265e2cc0225410e02 /target/linux/kirkwood
parentf8772209730f182959164ee29f5f7c488b573180 (diff)
downloadmaster-187ad058-71906dea62558731f3fed96903626204eeae535c.tar.gz
master-187ad058-71906dea62558731f3fed96903626204eeae535c.tar.bz2
master-187ad058-71906dea62558731f3fed96903626204eeae535c.zip
kirkwood: Iomega ix2-200: wire up the GPIO poweroff driver in the DTS file
Signed-off-by: Richard Kunze <richard.kunze@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43670 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch b/target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch
new file mode 100644
index 0000000000..62f244cd9a
--- /dev/null
+++ b/target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch
@@ -0,0 +1,13 @@
+--- a/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
++++ b/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
+@@ -168,6 +168,10 @@
+ gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
+ };
+ };
++ gpio-poweroff {
++ compatible = "gpio-poweroff";
++ gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
++ };
+ };
+
+ &nand {