bcl.txt 343 B

12345678910111213141516
  1. * Battery Current Limit
  2. This Battery Current Limit device, provides an interface to detect and notify
  3. interested applications when the SOC is drawing current in excess of the limits
  4. specified.
  5. The device tree parameters for bcl are:
  6. Required parameters:
  7. - compatible: Must be "qcom,bcl"
  8. Example:
  9. qcom,bcl {
  10. compatible = "qcom,bcl";
  11. };