mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
d60be7adb7
commit
2f25b19ea1
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user