waipio-thermal-overlay: Remove xo-therm

Change-Id: Ie6bf24b6cb01078f29892d676ae8681f5a3cdc0f
This commit is contained in:
Arian
2024-03-12 19:33:04 +01:00
parent 6b80aa4904
commit 8f3ddaa1f0

View File

@@ -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>;
};
};
};
};