Author: blogic Date: 2014-12-12 18:14:14 +0100 (Fri, 12 Dec 2014) New Revision: 43670
Added: trunk/target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch Log: kirkwood: Iomega ix2-200: wire up the GPIO poweroff driver in the DTS file Signed-off-by: Richard Kunze <[email protected]> Added: trunk/target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch =================================================================== --- trunk/target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch (rev 0) +++ trunk/target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch 2014-12-12 17:14:14 UTC (rev 43670) @@ -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 { _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
