dt-bindings: thermal: Add a new property for bcl pmic5

This changes adds a new property for bcl pmic5 to enable
a BCL peripheral based on different battery types and
Rsense types.

Change-Id: I68c1369319db598ccfd38faa09075aed113da7f2
Signed-off-by: Minghao Zhang <quic_minghao@quicinc.com>
This commit is contained in:
Minghao Zhang
2024-09-04 20:18:41 +05:30
parent c03efb9a8d
commit 309c393661

View File

@@ -54,6 +54,20 @@ properties:
- const: bcl-lvl1
- const: bcl-lvl2
qcom,bcl-mon-vbat-only:
type: boolean
description: |
When this flag is defined, the BCL driver will only monitor
Vbat or both Ibat and Vbat based on runtime battery type and
Rsense input.
qcom,bcl-mon-ibat-only:
type: boolean
description: |
When this flag is defined, the BCL driver will only monitor
Ibat or don't monitor anything based on runtime battery type
and Rsense input.
qcom,pmic7-threshold:
type: boolean
description: |
@@ -79,5 +93,6 @@ examples:
<0x2 0x42 0x1 IRQ_TYPE_NONE>;
interrupt-names = "bcl-lvl0",
"bcl-lvl1";
qcom,bcl-mon-vbat-only;
qcom,pmic7-threshold;
};