M7350/kernel/Documentation/devicetree/bindings/arm/msm/bcl.txt

16 lines
343 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
* 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";
};