summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-12 17:14:14 +0000
committerJohn Crispin <john@openwrt.org>2014-12-12 17:14:14 +0000
commitd7b4bf896699bb20e60a072692146514c6058490 (patch)
tree9663d941f7f612ff0d582ac320b1e6a1d9a3ee25 /target/linux/kirkwood
parent548d9a008ff265e9eaa3c7e0e6e301c6bd5645e6 (diff)
downloadmaster-31e0f0ae-d7b4bf896699bb20e60a072692146514c6058490.tar.gz
master-31e0f0ae-d7b4bf896699bb20e60a072692146514c6058490.tar.bz2
master-31e0f0ae-d7b4bf896699bb20e60a072692146514c6058490.zip
kirkwood: Iomega ix2-200: wire up the GPIO poweroff driver in the DTS file
Signed-off-by: Richard Kunze <richard.kunze@web.de> SVN-Revision: 43670
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 {