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

This commit is contained in:
QCTECMDR Service
2024-10-22 16:01:23 -07:00
committed by Gerrit - the friendly Code Review server

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>;
};