diff options
author | Daniel Drake <dsd@laptop.org> | 2011-08-10 21:45:36 +0100 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2011-08-19 21:03:24 +0400 |
commit | c3503fd02558245ebbb0b48f3ae1d62416e3fd2a (patch) | |
tree | 4349bcdaaff892a3aa5b9b56631295c3a4fd798b /Documentation | |
parent | 35c3ae5eef3fc641c75c5e1e4307835c8efa5f6b (diff) | |
download | blackbird-obmc-linux-c3503fd02558245ebbb0b48f3ae1d62416e3fd2a.tar.gz blackbird-obmc-linux-c3503fd02558245ebbb0b48f3ae1d62416e3fd2a.zip |
olpc_battery: Bind to device tree
This is cleaner, and allows suspend/resume (wakeup) handlers to be
added in an upcoming patch.
Signed-off-by: Daniel Drake <dsd@laptop.org>
Acked-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/power_supply/olpc_battery.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power_supply/olpc_battery.txt b/Documentation/devicetree/bindings/power_supply/olpc_battery.txt new file mode 100644 index 000000000000..c8901b3992d9 --- /dev/null +++ b/Documentation/devicetree/bindings/power_supply/olpc_battery.txt @@ -0,0 +1,5 @@ +OLPC battery +~~~~~~~~~~~~ + +Required properties: + - compatible : "olpc,xo1-battery" |