Files
kernel_xiaomi_sm8450-device…/qcom/neo-thermal-overlay.dtsi
Priyansh Jain 2247ba9af5 ARM: dts: msm: Add pmic die temperature based mitigation for neo
Add pmic die temp based CPU isolation and GPU frequency mitigation
for neo target based on the recommendation.

Change-Id: Iad06ae23432912abccc716f95f77dbef2e46ffe2
2022-03-27 21:25:16 -07:00

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