mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
ffd8f9a727
Some devices, Buffalo Linkstation LS-XHL and LS-CHLv2 for example, power-off by restarting to letting u-boot hold the SoC until the user presses a key. Add a generic driver to implement this. It binds a function to pm_power_off, which calls arm_pm_restart. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Michael Walle <michael@walle.cc> Signed-off-by: Anton Vorontsov <anton@enomsg.org>
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
* Restart Power Off
|
|
|
|
Buffalo Linkstation LS-XHL and LS-CHLv2, and other devices power off
|
|
by restarting and letting u-boot keep hold of the machine until the
|
|
user presses a button.
|
|
|
|
Required Properties:
|
|
- compatible: Should be "restart-poweroff"
|