Rtwo/kernel/motorola/sm8550-devicetrees/qcom/crow-thermal-overlay.dtsi

128 lines
2.2 KiB
Text
Raw Permalink Normal View History

2025-09-30 20:22:48 -04:00
#include <dt-bindings/thermal/thermal_qti.h>
&thermal_zones {
pmxr2230-bcl-lvl0 {
cooling-maps {
vph_lte0 {
trip = <&bcl_lvl0>;
cooling-device = <&modem_lte_dsc 8 8>;
};
vph_nr0_scg {
trip = <&bcl_lvl0>;
cooling-device = <&modem_nr_scg_dsc 3 3>;
};
vph_nr0 {
trip = <&bcl_lvl0>;
cooling-device = <&modem_nr_dsc 6 6>;
};
vph_cdsp0 {
trip = <&bcl_lvl0>;
cooling-device = <&cdsp_sw 2 2>;
};
vph_gpu0 {
trip = <&bcl_lvl0>;
cooling-device = <&msm_gpu 2 2>;
};
};
};
pmxr2230-bcl-lvl1 {
cooling-maps {
vph_lte1 {
trip = <&bcl_lvl1>;
cooling-device = <&modem_lte_dsc 10 10>;
};
vph_nr1_scg {
trip = <&bcl_lvl1>;
cooling-device = <&modem_nr_scg_dsc 10 10>;
};
vph_nr1 {
trip = <&bcl_lvl1>;
cooling-device = <&modem_nr_dsc 9 9>;
};
vph_cdsp1 {
trip = <&bcl_lvl1>;
cooling-device = <&cdsp_sw 4 4>;
};
vph_gpu1 {
trip = <&bcl_lvl1>;
cooling-device = <&msm_gpu 3 3>;
};
};
};
pmxr2230-bcl-lvl2 {
cooling-maps {
vph_cdsp2 {
trip = <&bcl_lvl2>;
cooling-device = <&cdsp_sw 7 7>;
};
vph_gpu2 {
trip = <&bcl_lvl2>;
cooling-device = <&msm_gpu 7 7>;
};
};
};
pm8550vs_c_tz {
cooling-maps {
pm8550vs_c_nsp {
trip = <&pm8550vs_c_trip0>;
cooling-device = <&cdsp_sw 5 THERMAL_NO_LIMIT>;
};
pm8550vs_c_lte {
trip = <&pm8550vs_c_trip0>;
cooling-device = <&modem_lte_dsc 255 255>;
};
pm8550vs_c_nr {
trip = <&pm8550vs_c_trip0>;
cooling-device = <&modem_nr_scg_dsc 255 255>;
};
};
};
pm8550vs_d_tz {
cooling-maps {
pm8550vs_d_apc1 {
trip = <&pm8550vs_d_trip0>;
cooling-device = <&APC1_pause 1 1>;
};
pm8550vs_d_gpu {
trip = <&pm8550vs_d_trip0>;
cooling-device = <&msm_gpu 5 THERMAL_NO_LIMIT>;
};
};
};
sys-therm-11 {
cooling-maps {
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>;
};
};
};
};