max8925_batter.txt 480 B

123456789101112131415161718
  1. max8925-battery bindings
  2. ~~~~~~~~~~~~~~~~
  3. Optional properties :
  4. - batt-detect: whether support battery detect
  5. - topoff-threshold: set charging current in topoff mode
  6. - fast-charge: set charging current in fast mode
  7. - no-temp-support: whether support temperature protection detect
  8. - no-insert-detect: whether support insert detect
  9. Example:
  10. charger {
  11. batt-detect = <0>;
  12. topoff-threshold = <1>;
  13. fast-charge = <7>;
  14. no-temp-support = <0>;
  15. no-insert-detect = <0>;
  16. };