Skip to content
Snippets Groups Projects
Commit d7b4bf89 authored by John Crispin's avatar John Crispin
Browse files

kirkwood: Iomega ix2-200: wire up the GPIO poweroff driver in the DTS file


Signed-off-by: default avatarRichard Kunze <richard.kunze@web.de>

SVN-Revision: 43670
parent 548d9a00
No related branches found
No related tags found
No related merge requests found
--- 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 {
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment