summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
diff options
context:
space:
mode:
authorRichard Kunze <richard.kunze@web.de>2014-12-10 19:40:41 +0100
committerAndrew Lunn <andrew@lunn.ch>2014-12-21 06:38:54 -0600
commit1701308a6e2407e144cb5af729e5b51731a3957d (patch)
treee5254b6d2a5db41af9371f1c9e9f144265eb2f3a /arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
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/arm/boot/dts/kirkwood-iomega_ix2_200.dts')
-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 @@
gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
};
};
+ gpio-poweroff {
+ compatible = "gpio-poweroff";
+ gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
+ };
};
&nand {