diff --git a/qcom/sa410m.dtsi b/qcom/sa410m.dtsi index 88b474ad..4db47bd1 100644 --- a/qcom/sa410m.dtsi +++ b/qcom/sa410m.dtsi @@ -397,28 +397,12 @@ #include "scuba-thermal.dtsi" &thermal_zones { - gpu { - trips { - gpu-cxip-trip { - temperature = <105000>; - }; - - gpu-trip { - temperature = <105000>; - }; - - gpu-cx-mon { - temperature = <115000>; - }; - }; - - cooling-maps { - /delete-node/ gpu_cdev; - /delete-node/ gpu-cx-cdev0; - }; + wlan { + thermal-sensors = <&tsens0 1>; }; cpuss-0 { + thermal-sensors = <&tsens0 2>; trips { cpu-0-2-config { temperature = <115000>; @@ -427,6 +411,7 @@ }; cpuss-1 { + thermal-sensors = <&tsens0 3>; trips { cpu-1-3-configs { temperature = <115000>; @@ -435,6 +420,7 @@ }; mdm-0 { + thermal-sensors = <&tsens0 4>; trips { mdm0-cx-mon { temperature = <105000>; @@ -463,6 +449,7 @@ }; mdm-1 { + thermal-sensors = <&tsens0 5>; trips { mdm1-cx-mon { temperature = <105000>; @@ -489,6 +476,17 @@ }; }; }; + + video { + thermal-sensors = <&tsens0 6>; + }; + + hm-center { + thermal-sensors = <&tsens0 7>; + }; + + /delete-node/ gpu; + /delete-node/ camera; }; #include "msm-arm-smmu-sa410m.dtsi"