max8925_battery.txt (480B)
1max8925-battery bindings 2~~~~~~~~~~~~~~~~ 3 4Optional 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 11Example: 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 };