dt-bindings: thermal: Document pm8550 compatible for bcl pmic5

This change documents pm8550 compatible for bcl pmic5.

Change-Id: Ie3528f91d5ebec8c601ec4fc9bbd8037df824b3c
Signed-off-by: Minghao Zhang <quic_minghao@quicinc.com>
This commit is contained in:
Minghao Zhang
2024-09-27 10:10:22 +08:00
parent 66a225b028
commit 0e8dcbc9fe

View File

@@ -23,8 +23,10 @@ description: |
properties:
compatible:
const: qcom,bcl-v5
description: msm battery state of charge device
items:
- const: qcom,bcl-v5
- const: qcom,pm8550-bcl-v5
reg:
maxItems: 1
@@ -96,3 +98,16 @@ examples:
qcom,bcl-mon-vbat-only;
qcom,pmic7-threshold;
};
bcl@4700 {
compatible = "qcom,pm8550-bcl-v5";
reg = <0x4700 0x100>;
interrupts = <0x1 0x47 0x0 IRQ_TYPE_NONE>,
<0x1 0x47 0x1 IRQ_TYPE_NONE>,
<0x1 0x47 0x2 IRQ_TYPE_NONE>;
interrupt-names = "bcl-lvl0",
"bcl-lvl1",
"bcl-lvl2";
qcom,pmic7-threshold;
#thermal-sensor-cells = <1>;
};