This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
22f1229fe9
linux
/
drivers
/
power
/
reset
/
Makefile
2 lines
50 B
Makefile
Raw
Normal View
History
Unescape
Escape
power: Add simple poweroff-gpio driver Given appropriate devicetree bindings, this driver registers a pm_power_off function to set a GPIO line high/low to power down your board. Signed-off-by: Jamie Lentin <jm@lentin.co.uk> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by:Simon Baatz <gmbnomis@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2012-11-17 08:51:04 +00:00
obj-$(CONFIG_POWER_RESET_GPIO)
+=
gpio-poweroff.o
Reference in New Issue
Copy Permalink