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

@@ -124,7 +124,7 @@
&thermal_zones {
sys-therm-0 {
polling-delay-passive = <0>;
polling-delay-passive = <5000>;
polling-delay = <0>;
thermal-sensors = <&pmk8550_vadc PMK8550_ADC5_GEN3_AMUX_THM1_XO_THERM_100K_PU>;
trips {
@@ -139,6 +139,48 @@
hysteresis = <1000>;
type = "passive";
};
trip_config0: trip-config0 {
temperature = <78000>;
hysteresis = <8000>;
type = "passive";
};
trip_config1: trip-config1 {
temperature = <80000>;
hysteresis = <10000>;
type = "passive";
};
display_test_config1: display-test-config1 {
temperature = <125000>;
hysteresis = <1000>;
type = "passive";
};
display_test_config2: display-test-config2 {
temperature = <125000>;
hysteresis = <1000>;
type = "passive";
};
display_test_config3: display-test-config3 {
temperature = <125000>;
hysteresis = <1000>;
type = "passive";
};
display_test_config4: display-test-config4 {
temperature = <125000>;
hysteresis = <1000>;
type = "passive";
};
display_test_config5: display-test-config5 {
temperature = <125000>;
hysteresis = <1000>;
type = "passive";
};
};
};