diff --git a/qcom/sun-thermal-overlay.dtsi b/qcom/sun-thermal-overlay.dtsi index ea61051c..06ca08fb 100644 --- a/qcom/sun-thermal-overlay.dtsi +++ b/qcom/sun-thermal-overlay.dtsi @@ -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 { cooling-maps { lbat_modem1 { @@ -41,11 +55,6 @@ cooling-device = <&modem_bcl 2 2>; }; - lbat_cdsp1 { - trip = <&b_bcl_lvl1>; - cooling-device = <&cdsp_sw 4 4>; - }; - lbat_gpu1 { trip = <&b_bcl_lvl1>; cooling-device = <&msm_gpu 4 4>; @@ -55,11 +64,6 @@ pmih010x-bcl-lvl2 { cooling-maps { - lbat_cdsp2 { - trip = <&b_bcl_lvl2>; - cooling-device = <&cdsp_sw 5 THERMAL_NO_LIMIT>; - }; - lbat_gpu2 { trip = <&b_bcl_lvl2>; cooling-device = <&msm_gpu 5 THERMAL_NO_LIMIT>; @@ -74,11 +78,6 @@ cooling-device = <&modem_bcl 1 1>; }; - vph_cdsp0 { - trip = <&bcl_lvl0>; - cooling-device = <&cdsp_sw 2 2>; - }; - vph_gpu0 { trip = <&bcl_lvl0>; cooling-device = <&msm_gpu 2 2>; @@ -93,11 +92,6 @@ cooling-device = <&modem_bcl 2 2>; }; - vph_cdsp1 { - trip = <&bcl_lvl1>; - cooling-device = <&cdsp_sw 4 4>; - }; - vph_gpu1 { trip = <&bcl_lvl1>; cooling-device = <&msm_gpu 4 4>; @@ -107,11 +101,6 @@ pm8550-bcl-lvl2 { cooling-maps { - vph_cdsp2 { - trip = <&bcl_lvl2>; - cooling-device = <&cdsp_sw 5 THERMAL_NO_LIMIT>; - }; - vph_gpu2 { trip = <&bcl_lvl2>; cooling-device = <&msm_gpu 5 THERMAL_NO_LIMIT>;