Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9033aa5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: qcom: enable cpufreq cdev monitor for gold cpu sensors"

parents 2344a582 cef561e3
Loading
Loading
Loading
Loading
+88 −0
Original line number Diff line number Diff line
@@ -851,6 +851,12 @@
		thermal-governor = "step_wise";
		wake-capable-sensor;
		trips {
			cpufreq_10_config: cpufreq-10-config {
				temperature = <75000>;
				hysteresis = <5000>;
				type = "passive";
			};

			cpu10_config: cpu10-config {
				temperature = <110000>;
				hysteresis = <10000>;
@@ -859,6 +865,11 @@
		};

		cooling-maps {
			cpufreq_cdev {
				trip = <&cpufreq_10_config>;
				cooling-device = <&cpu7_notify 1 1>;
			};

			cpu10_cdev {
				trip = <&cpu10_config>;
				cooling-device = <&cpu4_isolate 1 1>;
@@ -873,6 +884,12 @@
		thermal-governor = "step_wise";
		wake-capable-sensor;
		trips {
			cpufreq_11_config: cpufreq-11-config {
				temperature = <75000>;
				hysteresis = <5000>;
				type = "passive";
			};

			cpu11_config: cpu11-config {
				temperature = <110000>;
				hysteresis = <10000>;
@@ -881,6 +898,11 @@
		};

		cooling-maps {
			cpufreq_cdev {
				trip = <&cpufreq_11_config>;
				cooling-device = <&cpu7_notify 1 1>;
			};

			cpu11_cdev {
				trip = <&cpu11_config>;
				cooling-device = <&cpu5_isolate 1 1>;
@@ -895,6 +917,12 @@
		thermal-governor = "step_wise";
		wake-capable-sensor;
		trips {
			cpufreq_12_config: cpufreq-12-config {
				temperature = <75000>;
				hysteresis = <5000>;
				type = "passive";
			};

			cpu12_config: cpu12-config {
				temperature = <110000>;
				hysteresis = <10000>;
@@ -903,6 +931,11 @@
		};

		cooling-maps {
			cpufreq_cdev {
				trip = <&cpufreq_12_config>;
				cooling-device = <&cpu7_notify 1 1>;
			};

			cpu12_cdev {
				trip = <&cpu12_config>;
				cooling-device = <&cpu6_isolate 1 1>;
@@ -917,6 +950,12 @@
		thermal-governor = "step_wise";
		wake-capable-sensor;
		trips {
			cpufreq_13_config: cpufreq-13-config {
				temperature = <75000>;
				hysteresis = <5000>;
				type = "passive";
			};

			cpu13_config: cpu13-config {
				temperature = <110000>;
				hysteresis = <10000>;
@@ -925,6 +964,11 @@
		};

		cooling-maps {
			cpufreq_cdev {
				trip = <&cpufreq_13_config>;
				cooling-device = <&cpu7_notify 1 1>;
			};

			cpu13_cdev {
				trip = <&cpu13_config>;
				cooling-device = <&cpu7_isolate 1 1>;
@@ -939,6 +983,12 @@
		thermal-governor = "step_wise";
		wake-capable-sensor;
		trips {
			cpufreq_14_config: cpufreq-14-config {
				temperature = <75000>;
				hysteresis = <5000>;
				type = "passive";
			};

			cpu14_config: cpu14-config {
				temperature = <110000>;
				hysteresis = <10000>;
@@ -947,6 +997,11 @@
		};

		cooling-maps {
			cpufreq_cdev {
				trip = <&cpufreq_14_config>;
				cooling-device = <&cpu7_notify 1 1>;
			};

			cpu14_cdev {
				trip = <&cpu14_config>;
				cooling-device = <&cpu4_isolate 1 1>;
@@ -961,6 +1016,12 @@
		thermal-governor = "step_wise";
		wake-capable-sensor;
		trips {
			cpufreq_15_config: cpufreq-15-config {
				temperature = <75000>;
				hysteresis = <5000>;
				type = "passive";
			};

			cpu15_config: cpu15-config {
				temperature = <110000>;
				hysteresis = <10000>;
@@ -969,6 +1030,11 @@
		};

		cooling-maps {
			cpufreq_cdev {
				trip = <&cpufreq_15_config>;
				cooling-device = <&cpu7_notify 1 1>;
			};

			cpu15_cdev {
				trip = <&cpu15_config>;
				cooling-device = <&cpu5_isolate 1 1>;
@@ -983,6 +1049,12 @@
		thermal-governor = "step_wise";
		wake-capable-sensor;
		trips {
			cpufreq_16_config: cpufreq-16-config {
				temperature = <75000>;
				hysteresis = <5000>;
				type = "passive";
			};

			cpu16_config: cpu16-config {
				temperature = <110000>;
				hysteresis = <10000>;
@@ -991,6 +1063,11 @@
		};

		cooling-maps {
			cpufreq_cdev {
				trip = <&cpufreq_16_config>;
				cooling-device = <&cpu7_notify 1 1>;
			};

			cpu16_cdev {
				trip = <&cpu16_config>;
				cooling-device = <&cpu6_isolate 1 1>;
@@ -1005,6 +1082,12 @@
		thermal-governor = "step_wise";
		wake-capable-sensor;
		trips {
			cpufreq_17_config: cpufreq-17-config {
				temperature = <75000>;
				hysteresis = <5000>;
				type = "passive";
			};

			cpu17_config: cpu17-config {
				temperature = <110000>;
				hysteresis = <10000>;
@@ -1013,6 +1096,11 @@
		};

		cooling-maps {
			cpufreq_cdev {
				trip = <&cpufreq_17_config>;
				cooling-device = <&cpu7_notify 1 1>;
			};

			cpu17_cdev {
				trip = <&cpu17_config>;
				cooling-device = <&cpu7_isolate 1 1>;