Skip to content

Commit

Permalink
ARM: dts: add gpio_poweroff support for Iomega ix2-200
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Kunze authored and Andrew Lunn committed Dec 21, 2014
1 parent 8b00601 commit 1701308
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
};
};
gpio-poweroff {
compatible = "gpio-poweroff";
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
};
};

&nand {
Expand Down

0 comments on commit 1701308

Please sign in to comment.