From 8f3ddaa1f0643f041157e050171f56a6bf2de725 Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 12 Mar 2024 19:33:04 +0100 Subject: [PATCH] waipio-thermal-overlay: Remove xo-therm Change-Id: Ie6bf24b6cb01078f29892d676ae8681f5a3cdc0f --- qcom/waipio-thermal-overlay.dtsi | 84 -------------------------------- 1 file changed, 84 deletions(-) diff --git a/qcom/waipio-thermal-overlay.dtsi b/qcom/waipio-thermal-overlay.dtsi index 20cb279d..9703fe67 100644 --- a/qcom/waipio-thermal-overlay.dtsi +++ b/qcom/waipio-thermal-overlay.dtsi @@ -246,88 +246,4 @@ }; }; }; - - xo-therm { - cooling-maps { - cpu4_freq_cdev { - trip = <&xo_config0>; - cooling-device = <&CPU4 15 THERMAL_NO_LIMIT>; - }; - - cpu5_freq_cdev { - trip = <&xo_config0>; - cooling-device = <&CPU5 15 THERMAL_NO_LIMIT>; - }; - - cpu6_freq_cdev { - trip = <&xo_config0>; - cooling-device = <&CPU6 15 THERMAL_NO_LIMIT>; - }; - - cpu7_freq_cdev { - trip = <&xo_config0>; - cooling-device = <&CPU7 15 THERMAL_NO_LIMIT>; - }; - - apc1_cdev { - trip = <&xo_config0>; - cooling-device = <&APC1_pause 1 1>; - }; - - cdsp_cdev { - trip = <&xo_config0>; - cooling-device = <&cdsp_sw 5 THERMAL_NO_LIMIT>; - }; - - gpu_cdev { - trip = <&xo_config0>; - cooling-device = <&msm_gpu 7 THERMAL_NO_LIMIT>; - }; - - cpu5_hot_cdev { - trip = <&xo_config1>; - cooling-device = <&cpu5_hotplug 1 1>; - }; - - cpu6_hot_cdev { - trip = <&xo_config1>; - cooling-device = <&cpu6_hotplug 1 1>; - }; - - cpu7_hot_cdev { - trip = <&xo_config1>; - cooling-device = <&cpu7_hotplug 1 1>; - }; - - lte_cdev { - trip = <&xo_config1>; - cooling-device = <&modem_lte_dsc 255 255>; - }; - - nr_cdev { - trip = <&xo_config1>; - cooling-device = <&modem_nr_scg_dsc 255 255>; - }; - - 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>; - }; - - display_cdev4 { - trip = <&display_test_config4>; - cooling-device = <&display_fps 4 4>; - }; - }; - }; };