Merge tag 'rtc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[deliverable/linux.git] / Documentation / devicetree / bindings / power_supply / ab8500 / charger.txt
1 === AB8500 Charger Driver ===
2
3 Required Properties:
4 - compatible = Shall be "stericsson,ab8500-charger"
5 - battery = Shall be battery specific information
6 Example:
7 ab8500_charger {
8 compatible = "stericsson,ab8500-charger";
9 battery = <&ab8500_battery>;
10 };
11
12 - vddadc-supply: Supply for USB and Main charger
13 Example:
14 ab8500-charger {
15 vddadc-supply = <&ab8500_ldo_tvout_reg>;
16 }
17 - autopower_cfg:
18 Boolean value depicting the presence of 'automatic poweron after powerloss'
19 Example:
20 ab8500-charger {
21 autopower_cfg;
22 };
23
24 For information on battery specific node, Ref:
25 Documentation/devicetree/bindings/power_supply/ab8500/fg.txt
This page took 0.031785 seconds and 5 git commands to generate.