mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: qcom: Update skin mitigation policy for waipio
Update mitigation policy for waipio based on latest recommendation. Change-Id: Iff7518f2f9769f807a61bc896258c649e44ade5d
This commit is contained in:
@@ -298,7 +298,7 @@
|
||||
};
|
||||
|
||||
qtm_config2: qtm-config2 {
|
||||
temperature = <75000>;
|
||||
temperature = <85000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
@@ -307,17 +307,72 @@
|
||||
cooling-maps {
|
||||
mmw2_cdev0 {
|
||||
trip = <&qtm_config0>;
|
||||
cooling-device = <&mmw2_dsc 1 1>;
|
||||
cooling-device = <&mmw1_dsc 1 1>;
|
||||
};
|
||||
|
||||
mmw2_cdev1 {
|
||||
trip = <&qtm_config1>;
|
||||
cooling-device = <&mmw2_dsc 3 3>;
|
||||
cooling-device = <&mmw1_dsc 3 3>;
|
||||
};
|
||||
|
||||
mmw2_cdev2 {
|
||||
trip = <&qtm_config2>;
|
||||
cooling-device = <&mmw2_dsc 4 4>;
|
||||
cooling-device = <&mmw1_dsc 4 4>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
skin-msm-therm {
|
||||
trips {
|
||||
skin_config0: skin-config0 {
|
||||
temperature = <49800>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
skin_config1: skin-config1 {
|
||||
temperature = <50800>;
|
||||
hysteresis = <0500>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
skin_config2: skin-config2 {
|
||||
temperature = <53000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
skin_config3: skin-config3 {
|
||||
temperature = <56000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
};
|
||||
|
||||
cooling-maps {
|
||||
nr_scg_cdev0 {
|
||||
trip = <&skin_config0>;
|
||||
cooling-device = <&modem_nr_scg_dsc 2 2>;
|
||||
};
|
||||
|
||||
nr_scg_cdev1 {
|
||||
trip = <&skin_config1>;
|
||||
cooling-device = <&modem_nr_scg_dsc 3 3>;
|
||||
};
|
||||
|
||||
nr_scg_cdev2 {
|
||||
trip = <&skin_config2>;
|
||||
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user