mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
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
This commit is contained in:
parent
548d9a008f
commit
d7b4bf8966
@ -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 {
|
Loading…
Reference in New Issue
Block a user