mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Add pmic die temp based CPU isolation and GPU frequency mitigation for neo target based on the recommendation. Change-Id: Iad06ae23432912abccc716f95f77dbef2e46ffe2
34 lines
631 B
Plaintext
34 lines
631 B
Plaintext
#include <dt-bindings/thermal/thermal_qti.h>
|
|
|
|
&thermal_zones {
|
|
pm8150_tz {
|
|
cooling-maps {
|
|
pm8150_cpu0_freq {
|
|
trip = <&pm8150_trip0>;
|
|
cooling-device = <&CPU0 6 THERMAL_NO_LIMIT>;
|
|
};
|
|
|
|
pm8150_cpu1_pause {
|
|
trip = <&pm8150_trip0>;
|
|
cooling-device = <&cpu1_pause 1 1>;
|
|
};
|
|
|
|
pm8150_cpu2_pause {
|
|
trip = <&pm8150_trip0>;
|
|
cooling-device = <&cpu2_pause 1 1>;
|
|
};
|
|
|
|
pm8150_cpu3_pause {
|
|
trip = <&pm8150_trip0>;
|
|
cooling-device = <&cpu3_pause 1 1>;
|
|
};
|
|
|
|
pm8150_gpu {
|
|
trip = <&pm8150_trip0>;
|
|
cooling-device = <&msm_gpu THERMAL_NO_LIMIT
|
|
THERMAL_NO_LIMIT>;
|
|
};
|
|
};
|
|
};
|
|
};
|