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:
Ram Chandrasekar
2021-08-05 09:04:37 -07:00
committed by Manaf Meethalavalappu Pallikunhi
parent 1d987cf357
commit 8cbe2642c8
2 changed files with 44 additions and 0 deletions

View File

@@ -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";
};
};
};
};

View File

@@ -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>;
};
};
};
};