diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-12 17:14:14 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-12 17:14:14 +0000 |
commit | 71906dea62558731f3fed96903626204eeae535c (patch) | |
tree | 8559ae5aa7baf14fd1b9271265e2cc0225410e02 /target | |
parent | f8772209730f182959164ee29f5f7c488b573180 (diff) | |
download | upstream-71906dea62558731f3fed96903626204eeae535c.tar.gz upstream-71906dea62558731f3fed96903626204eeae535c.tar.bz2 upstream-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')
-rw-r--r-- | target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch | 13 |
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 { |