1*c66ec88fSEmmanuel Vadotmax8925-battery bindings
2*c66ec88fSEmmanuel Vadot~~~~~~~~~~~~~~~~
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotOptional properties :
5*c66ec88fSEmmanuel Vadot - batt-detect: whether support battery detect
6*c66ec88fSEmmanuel Vadot - topoff-threshold: set charging current in topoff mode
7*c66ec88fSEmmanuel Vadot - fast-charge: set charging current in fast mode
8*c66ec88fSEmmanuel Vadot - no-temp-support: whether support temperature protection detect
9*c66ec88fSEmmanuel Vadot - no-insert-detect: whether support insert detect
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExample:
12*c66ec88fSEmmanuel Vadot	charger {
13*c66ec88fSEmmanuel Vadot		batt-detect = <0>;
14*c66ec88fSEmmanuel Vadot		topoff-threshold = <1>;
15*c66ec88fSEmmanuel Vadot		fast-charge = <7>;
16*c66ec88fSEmmanuel Vadot		no-temp-support = <0>;
17*c66ec88fSEmmanuel Vadot		no-insert-detect = <0>;
18*c66ec88fSEmmanuel Vadot	};
19