aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-11-17 03:51:05 -0500
committerJason Cooper <jason@lakedaemon.net>2012-11-23 21:56:44 -0500
commit2c0e7ee61b335dea4bd2678591923c02703f4eeb (patch)
tree7e79c7b799dc3e68b4f3957f06163353379ebe1b /arch/arm/boot
parent96ff0f5c7efd4a2205c48a76a6a1fcd2731e6128 (diff)
ARM: Kirkwood: Convert DNSKW to use gpio-poweroff.
Also enable the gpio-poweroff driver when DT is used. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Jamie Lentin <jm@lentin.co.uk> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/kirkwood-dnskw.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-dnskw.dtsi b/arch/arm/boot/dts/kirkwood-dnskw.dtsi
index fd23e63d7dbc..28263a1171ab 100644
--- a/arch/arm/boot/dts/kirkwood-dnskw.dtsi
+++ b/arch/arm/boot/dts/kirkwood-dnskw.dtsi
@@ -35,6 +35,11 @@
35 6000 2>; 35 6000 2>;
36 }; 36 };
37 37
38 gpio_poweroff {
39 compatible = "gpio-poweroff";
40 gpios = <&gpio1 4 0>;
41 };
42
38 ocp@f1000000 { 43 ocp@f1000000 {
39 sata@80000 { 44 sata@80000 {
40 status = "okay"; 45 status = "okay";