ARM: dts: qcom: Add BCL2 node and thermal zone mitigations for sun

This change adds to enable BCL2 node; adds bcl thermal zone
mitigations and cooling maps for pmih010x.

Change-Id: I4e4cef9a1d7064afd32ee1422bb2e5a23a31689a
Signed-off-by: Minghao Zhang <quic_minghao@quicinc.com>
This commit is contained in:
Minghao Zhang
2024-09-06 14:54:41 +05:30
parent 309c393661
commit d0020aef6f
2 changed files with 163 additions and 0 deletions

View File

@@ -250,6 +250,20 @@
#thermal-sensor-cells = <1>;
};
pmih010x_bcl2: bcl@4900 {
compatible = "qcom,bcl-v5";
reg = <0x4900 0x100>;
interrupts = <0x7 0x49 0x0 IRQ_TYPE_NONE>,
<0x7 0x49 0x1 IRQ_TYPE_NONE>,
<0x7 0x49 0x2 IRQ_TYPE_NONE>;
interrupt-names = "bcl-lvl0",
"bcl-lvl1",
"bcl-lvl2";
qcom,pmic7-threshold;
#thermal-sensor-cells = <1>;
status = "disabled";
};
bcl_soc: bcl-soc {
compatible = "qcom,msm-bcl-soc";
#thermal-sensor-cells = <0>;