mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
ARM: dts: msm: Add test thermal zone config for display fps mitigation
Add test thermal zone configs with very high trip temperature to trigger display fps mitigation. Change-Id: Ibfc931687c58ef7f5e5d2acbcee1bf318ecb8e69
This commit is contained in:
committed by
Manaf Meethalavalappu Pallikunhi
parent
1d987cf357
commit
8cbe2642c8
@@ -462,6 +462,30 @@
|
||||
hysteresis = <10000>;
|
||||
type = "critical";
|
||||
};
|
||||
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -257,6 +257,26 @@
|
||||
trip = <&xo_config1>;
|
||||
cooling-device = <&modem_nr_scg_dsc 255 255>;
|
||||
};
|
||||
|
||||
display_cdev1 {
|
||||
trip = <&display_test_config1>;
|
||||
cooling-device = <&display_fps 1 1>;
|
||||
};
|
||||
|
||||
display_cdev2 {
|
||||
trip = <&display_test_config2>;
|
||||
cooling-device = <&display_fps 2 2>;
|
||||
};
|
||||
|
||||
display_cdev3 {
|
||||
trip = <&display_test_config3>;
|
||||
cooling-device = <&display_fps 3 3>;
|
||||
};
|
||||
|
||||
display_cdev4 {
|
||||
trip = <&display_test_config4>;
|
||||
cooling-device = <&display_fps 4 4>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user