About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / power_supply / ab8500 / charger.txt


Based on kernel version 4.8. Page generated on 2016-10-06 23:13 EST.

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
Hide Line Numbers


About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog