ARM: dts: qcom: Update skin mitigation trips for waipio

Update mitigation trips for waipio based on latest
recommendation.

Change-Id: If0d9689658712c603a93f1f34a197d2970ce41dd
This commit is contained in:
Priyansh Jain
2022-04-19 09:32:16 +05:30
parent 5cf6a39dbb
commit 7cdd8e0b1a

View File

@@ -296,12 +296,6 @@
hysteresis = <3000>;
type = "passive";
};
qtm_config2: qtm-config2 {
temperature = <85000>;
hysteresis = <2000>;
type = "passive";
};
};
cooling-maps {
@@ -314,11 +308,6 @@
trip = <&qtm_config1>;
cooling-device = <&mmw1_dsc 3 3>;
};
mmw2_cdev2 {
trip = <&qtm_config2>;
cooling-device = <&mmw1_dsc 4 4>;
};
};
};
@@ -337,13 +326,13 @@
};
skin_config2: skin-config2 {
temperature = <53000>;
temperature = <65000>;
hysteresis = <2000>;
type = "passive";
};
skin_config3: skin-config3 {
temperature = <56000>;
temperature = <85000>;
hysteresis = <2000>;
type = "passive";
};
@@ -365,11 +354,6 @@
cooling-device = <&modem_nr_scg_dsc 10 10>;
};
nr_cdev2 {
trip = <&skin_config2>;
cooling-device = <&modem_nr_dsc 9 9>;
};
nr_cdev3 {
trip = <&skin_config3>;
cooling-device = <&modem_nr_dsc 255 255>;