charger.txt 640 B

12345678910111213141516171819202122232425
  1. === AB8500 Charger Driver ===
  2. Required Properties:
  3. - compatible = Shall be "stericsson,ab8500-charger"
  4. - battery = Shall be battery specific information
  5. Example:
  6. ab8500_charger {
  7. compatible = "stericsson,ab8500-charger";
  8. battery = <&ab8500_battery>;
  9. };
  10. - vddadc-supply: Supply for USB and Main charger
  11. Example:
  12. ab8500-charger {
  13. vddadc-supply = <&ab8500_ldo_tvout_reg>;
  14. }
  15. - autopower_cfg:
  16. Boolean value depicting the presence of 'automatic poweron after powerloss'
  17. Example:
  18. ab8500-charger {
  19. autopower_cfg;
  20. };
  21. For information on battery specific node, Ref:
  22. Documentation/devicetree/bindings/power_supply/ab8500/fg.txt