diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-12-28 13:25:12 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-26 01:12:34 +0000 |
commit | 391a16c7783a64309dc930c6d454372d7a8beb12 (patch) | |
tree | 544ab00836f330ee774b33bec05d78e15c381f7f /arch/arm/boot/dts/kirkwood-lsxl.dtsi | |
parent | 4350a47bbac3f90c724d565d7b895262f454d0c3 (diff) |
ARM: Kirkwood: Convert LSXL to restart-poweroff driver.
Add a device tree node and remove the C code.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Michael Walle <michael@walle.cc>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-lsxl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-lsxl.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-lsxl.dtsi b/arch/arm/boot/dts/kirkwood-lsxl.dtsi index 37d45c4f88f..996c7fefd25 100644 --- a/arch/arm/boot/dts/kirkwood-lsxl.dtsi +++ b/arch/arm/boot/dts/kirkwood-lsxl.dtsi @@ -172,6 +172,10 @@ alarm-gpios = <&gpio1 8 0>; }; + restart_poweroff { + compatible = "restart-poweroff"; + }; + regulators { compatible = "simple-bus"; #address-cells = <1>; |