About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / power_supply / max8925_batter.txt


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

1	max8925-battery bindings
2	~~~~~~~~~~~~~~~~
3	
4	Optional properties :
5	 - batt-detect: whether support battery detect
6	 - topoff-threshold: set charging current in topoff mode
7	 - fast-charge: set charging current in fast mode
8	 - no-temp-support: whether support temperature protection detect
9	 - no-insert-detect: whether support insert detect
10	
11	Example:
12		charger {
13			batt-detect = <0>;
14			topoff-threshold = <1>;
15			fast-charge = <7>;
16			no-temp-support = <0>;
17			no-insert-detect = <0>;
18		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog