ARM: dts: msm: Add skin wlan mitigation rule for neo hmt variant

Add skin wlan mitigation rule for neo hmt variant based on latest
recommendation.

Change-Id: I7838433d09c0cb960610a7b227159fdcc3a2540c
This commit is contained in:
Priyansh Jain
2023-07-21 09:39:51 +05:30
committed by Gerrit - the friendly Code Review server
parent d60be7adb7
commit 2f25b19ea1
3 changed files with 60 additions and 0 deletions

View File

@@ -153,3 +153,24 @@ wlan_kiwi: qcom,cnss-kiwi@b0000000 {
pinctrl-0 = <&bt_en_sleep>;
};
};
&thermal_zones {
sys-therm-1 {
cooling-maps {
cnss_cdev0 {
trip = <&sys_therm1_config0>;
cooling-device = <&cnss_cdev_apss 3 3>;
};
cnss_cdev1 {
trip = <&sys_therm1_config1>;
cooling-device = <&cnss_cdev_apss 4 4>;
};
cnss_cdev2 {
trip = <&sys_therm1_config2>;
cooling-device = <&cnss_cdev_apss 5 5>;
};
};
};
};

View File

@@ -124,6 +124,24 @@
hysteresis = <1000>;
type = "passive";
};
sys_therm1_config0: sys-therm1-config0 {
temperature = <54000>;
hysteresis = <2000>;
type = "passive";
};
sys_therm1_config1: sys-therm1-config1 {
temperature = <56000>;
hysteresis = <2000>;
type = "passive";
};
sys_therm1_config2: sys-therm1-config2 {
temperature = <58000>;
hysteresis = <2000>;
type = "passive";
};
};
};

View File

@@ -157,3 +157,24 @@ wlan_kiwi: qcom,cnss-kiwi@b0000000 {
pinctrl-0 = <&bt_en_sleep>;
};
};
&thermal_zones {
sys-therm-1 {
cooling-maps {
cnss_cdev0 {
trip = <&sys_therm1_config0>;
cooling-device = <&cnss_cdev_apss 3 3>;
};
cnss_cdev1 {
trip = <&sys_therm1_config1>;
cooling-device = <&cnss_cdev_apss 4 4>;
};
cnss_cdev2 {
trip = <&sys_therm1_config2>;
cooling-device = <&cnss_cdev_apss 5 5>;
};
};
};
};