M7350/kernel/Documentation/devicetree/bindings/arm/msm/bcl.txt
2024-09-09 08:52:07 +00:00

16 lines
343 B
Plaintext

* Battery Current Limit
This Battery Current Limit device, provides an interface to detect and notify
interested applications when the SOC is drawing current in excess of the limits
specified.
The device tree parameters for bcl are:
Required parameters:
- compatible: Must be "qcom,bcl"
Example:
qcom,bcl {
compatible = "qcom,bcl";
};