-
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.
- Loading branch information
Rajanikanth H.V
authored and
Anton Vorontsov
committed
Nov 19, 2012
1 parent
433a1c9
commit 291d8f6
Showing
6 changed files
with
96 additions
and
30 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: bd9e8ab2d58d2183aa723bf0eb8e07d4362b4975 | ||
refs/heads/master: 4aef72dbb2e8997e627dd94ae2b9109dc09fffaa |
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
25 changes: 25 additions & 0 deletions
25
trunk/Documentation/devicetree/bindings/power_supply/ab8500/charger.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,25 @@ | ||
=== AB8500 Charger Driver === | ||
|
||
Required Properties: | ||
- compatible = Shall be "stericsson,ab8500-charger" | ||
- battery = Shall be battery specific information | ||
Example: | ||
ab8500_charger { | ||
compatible = "stericsson,ab8500-charger"; | ||
battery = <&ab8500_battery>; | ||
}; | ||
|
||
- vddadc-supply: Supply for USB and Main charger | ||
Example: | ||
ab8500-charger { | ||
vddadc-supply = <&ab8500_ldo_tvout_reg>; | ||
} | ||
- autopower_cfg: | ||
Boolean value depicting the presence of 'automatic poweron after powerloss' | ||
Example: | ||
ab8500-charger { | ||
autopower_cfg; | ||
}; | ||
|
||
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