Merge "ARM: dts: qcom: update bcl thermal zone mitigations for sun"

This commit is contained in:
qctecmdr
2024-04-29 03:35:03 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -34,6 +34,20 @@
}; };
}; };
pmih010x-bcl-lvl0 {
cooling-maps {
lbat_modem0 {
trip = <&b_bcl_lvl0>;
cooling-device = <&modem_bcl 1 1>;
};
lbat_gpu0 {
trip = <&b_bcl_lvl0>;
cooling-device = <&msm_gpu 2 2>;
};
};
};
pmih010x-bcl-lvl1 { pmih010x-bcl-lvl1 {
cooling-maps { cooling-maps {
lbat_modem1 { lbat_modem1 {
@@ -41,11 +55,6 @@
cooling-device = <&modem_bcl 2 2>; cooling-device = <&modem_bcl 2 2>;
}; };
lbat_cdsp1 {
trip = <&b_bcl_lvl1>;
cooling-device = <&cdsp_sw 4 4>;
};
lbat_gpu1 { lbat_gpu1 {
trip = <&b_bcl_lvl1>; trip = <&b_bcl_lvl1>;
cooling-device = <&msm_gpu 4 4>; cooling-device = <&msm_gpu 4 4>;
@@ -55,11 +64,6 @@
pmih010x-bcl-lvl2 { pmih010x-bcl-lvl2 {
cooling-maps { cooling-maps {
lbat_cdsp2 {
trip = <&b_bcl_lvl2>;
cooling-device = <&cdsp_sw 5 THERMAL_NO_LIMIT>;
};
lbat_gpu2 { lbat_gpu2 {
trip = <&b_bcl_lvl2>; trip = <&b_bcl_lvl2>;
cooling-device = <&msm_gpu 5 THERMAL_NO_LIMIT>; cooling-device = <&msm_gpu 5 THERMAL_NO_LIMIT>;
@@ -74,11 +78,6 @@
cooling-device = <&modem_bcl 1 1>; cooling-device = <&modem_bcl 1 1>;
}; };
vph_cdsp0 {
trip = <&bcl_lvl0>;
cooling-device = <&cdsp_sw 2 2>;
};
vph_gpu0 { vph_gpu0 {
trip = <&bcl_lvl0>; trip = <&bcl_lvl0>;
cooling-device = <&msm_gpu 2 2>; cooling-device = <&msm_gpu 2 2>;
@@ -93,11 +92,6 @@
cooling-device = <&modem_bcl 2 2>; cooling-device = <&modem_bcl 2 2>;
}; };
vph_cdsp1 {
trip = <&bcl_lvl1>;
cooling-device = <&cdsp_sw 4 4>;
};
vph_gpu1 { vph_gpu1 {
trip = <&bcl_lvl1>; trip = <&bcl_lvl1>;
cooling-device = <&msm_gpu 4 4>; cooling-device = <&msm_gpu 4 4>;
@@ -107,11 +101,6 @@
pm8550-bcl-lvl2 { pm8550-bcl-lvl2 {
cooling-maps { cooling-maps {
vph_cdsp2 {
trip = <&bcl_lvl2>;
cooling-device = <&cdsp_sw 5 THERMAL_NO_LIMIT>;
};
vph_gpu2 { vph_gpu2 {
trip = <&bcl_lvl2>; trip = <&bcl_lvl2>;
cooling-device = <&msm_gpu 5 THERMAL_NO_LIMIT>; cooling-device = <&msm_gpu 5 THERMAL_NO_LIMIT>;