aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRichard Kunze <richard.kunze@web.de>2014-12-10 13:40:41 -0500
committerAndrew Lunn <andrew@lunn.ch>2014-12-21 07:38:54 -0500
commit1701308a6e2407e144cb5af729e5b51731a3957d (patch)
treee5254b6d2a5db41af9371f1c9e9f144265eb2f3a /arch
parent8b00601547ca28c5c55124dceba203b5f5e2c214 (diff)
ARM: dts: add gpio_poweroff support for Iomega ix2-200
Iomega ix2-200 can be powered off via GPIO 0 pin 17, this patch wires up the gpio-poweroff driver to do it. Signed-off-by: Richard Kunze <richard.kunze@web.de> Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts b/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
index 2a5c5a33db0c..8474bffec0ca 100644
--- a/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
+++ b/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
@@ -169,6 +169,10 @@
169 gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; 169 gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
170 }; 170 };
171 }; 171 };
172 gpio-poweroff {
173 compatible = "gpio-poweroff";
174 gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
175 };
172}; 176};
173 177
174&nand { 178&nand {