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:
@@ -54,6 +54,20 @@ properties:
|
|||||||
- const: bcl-lvl1
|
- const: bcl-lvl1
|
||||||
- const: bcl-lvl2
|
- 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:
|
qcom,pmic7-threshold:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |
|
description: |
|
||||||
@@ -79,5 +93,6 @@ examples:
|
|||||||
<0x2 0x42 0x1 IRQ_TYPE_NONE>;
|
<0x2 0x42 0x1 IRQ_TYPE_NONE>;
|
||||||
interrupt-names = "bcl-lvl0",
|
interrupt-names = "bcl-lvl0",
|
||||||
"bcl-lvl1";
|
"bcl-lvl1";
|
||||||
|
qcom,bcl-mon-vbat-only;
|
||||||
qcom,pmic7-threshold;
|
qcom,pmic7-threshold;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user