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:
@@ -23,8 +23,10 @@ description: |
|
|||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
const: qcom,bcl-v5
|
|
||||||
description: msm battery state of charge device
|
description: msm battery state of charge device
|
||||||
|
items:
|
||||||
|
- const: qcom,bcl-v5
|
||||||
|
- const: qcom,pm8550-bcl-v5
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
@@ -96,3 +98,16 @@ examples:
|
|||||||
qcom,bcl-mon-vbat-only;
|
qcom,bcl-mon-vbat-only;
|
||||||
qcom,pmic7-threshold;
|
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>;
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user