Commit 1701308a authored by Richard Kunze's avatar Richard Kunze Committed by Andrew Lunn

ARM: dts: add gpio_poweroff support for Iomega ix2-200

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: default avatarRichard Kunze <richard.kunze@web.de>
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
parent 8b006015
......@@ -169,6 +169,10 @@ OTB {
gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
};
};
gpio-poweroff {
compatible = "gpio-poweroff";
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
};
};
&nand {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment