-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ab8500: Add devicetree support for chargalg
This patch adds device tree support for charging algorithm driver Signed-off-by: Rajanikanth H.V <rajanikanth.hv@stericsson.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
- Loading branch information
Rajanikanth H.V
authored and
Anton Vorontsov
committed
Nov 19, 2012
1 parent
4aef72d
commit a12810a
Showing
5 changed files
with
64 additions
and
22 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
Documentation/devicetree/bindings/power_supply/ab8500/chargalg.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
=== AB8500 Charging Algorithm Driver === | ||
|
||
The properties below describes the node for chargalg driver. | ||
|
||
Required Properties: | ||
- compatible = Shall be: "stericsson,ab8500-chargalg" | ||
- battery = Shall be battery specific information | ||
|
||
Example: | ||
ab8500_chargalg { | ||
compatible = "stericsson,ab8500-chargalg"; | ||
battery = <&ab8500_battery>; | ||
}; | ||
|
||
For information on battery specific node, Ref: | ||
Documentation/devicetree/bindings/power_supply/ab8500/fg.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters