audit: Fix sleep in atomic
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / power_supply / max8925_batter.txt
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         };