btemp.txt 448 B

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