diff options
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r-- | target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch b/target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch new file mode 100644 index 0000000000..62f244cd9a --- /dev/null +++ b/target/linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch @@ -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 { |