ARM: dts: qcom: Add PMIC die temp alarm, socd, bcl support for Tuna

Add PMIC die temp mitigation, socd mitigation, bcl support for
tuna.

Change-Id: I5d6fc37c0b9f4e137510abb1ee4aa3b47cae6005
Signed-off-by: Nitesh Kumar <quic_nitekuma@quicinc.com>
This commit is contained in:
Nitesh Kumar
2024-10-11 16:12:04 +05:30
parent 08f698c29a
commit 1783e66276
8 changed files with 393 additions and 15 deletions

View File

@@ -224,3 +224,38 @@
};
};
};
&pm7550ba_bcl {
nvmem-cells = <&sm1510_present>;
nvmem-cell-names = "sm1510_present";
};
&thermal_zones {
pm7550ba-2s-ibat-lvl0 {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&pm7550ba_bcl 8>;
trips {
ibat_2s_lvl0: ibat-2s-lvl0 {
temperature = <5000>;
hysteresis = <200>;
type = "passive";
};
};
};
pm7550ba-2s-ibat-lvl1 {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&pm7550ba_bcl 9>;
trips {
ibat_2s_lvl1: ibat-2s-lvl1 {
temperature = <7000>;
hysteresis = <200>;
type = "passive";
};
};
};
};