chargalg.txt 446 B

12345678910111213141516
  1. === AB8500 Charging Algorithm Driver ===
  2. The properties below describes the node for chargalg driver.
  3. Required Properties:
  4. - compatible = Shall be: "stericsson,ab8500-chargalg"
  5. - battery = Shall be battery specific information
  6. Example:
  7. ab8500_chargalg {
  8. compatible = "stericsson,ab8500-chargalg";
  9. battery = <&ab8500_battery>;
  10. };
  11. For information on battery specific node, Ref:
  12. Documentation/devicetree/bindings/power_supply/ab8500/fg.txt