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

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

Merge "ARM: dts: msm: Add thermal zones for SA8195P"

parents baba9bc9 cda32ef3
Loading
Loading
Loading
Loading
+145 −0
Original line number Diff line number Diff line
@@ -327,3 +327,148 @@
		cam_vdig-supply = <&pm8195_s4>;
	};
};

&thermal_zones {
	cpu-1-7-lowf {
		cooling-maps {
			/delete-node/ mmcx_vdd_cdev;
		};
	};
	gpuss-0-lowf {
		cooling-maps {
			/delete-node/ mmcx_vdd_cdev;
		};
	};
	camera-lowf {
		cooling-maps {
			/delete-node/ mmcx_vdd_cdev;
		};
	};
	mdm-scl-lowf {
		cooling-maps {
			/delete-node/ mmcx_vdd_cdev;
		};
	};

	lmh-dcvs-01 {
		trips {
			active-config {
				temperature = <105000>;
				hysteresis = <40000>;
			};
		};
	};

	lmh-dcvs-00 {
		trips {
			active-config {
				temperature = <105000>;
				hysteresis = <40000>;
			};
		};
	};

	quad-gpuss-max-step {
		trips {
			gpu-trip0 {
				temperature = <100000>;
			};
		};
	};

	cpu-0-0-step {
		trips {
			cpu00-config {
				temperature = <115000>;
			};
		};
	};

	cpu-0-1-step {
		trips {
			cpu01-config {
				temperature = <115000>;
			};
		};
	};

	cpu-0-2-step {
		trips {
			cpu02-config {
				temperature = <115000>;
			};
		};
	};

	cpu-0-3-step {
		trips {
			cpu03-config {
				temperature = <115000>;
			};
		};
	};

	cpu-1-0-step {
		trips {
			cpu10-config {
				temperature = <115000>;
			};
		};
	};

	cpu-1-1-step {
		trips {
			cpu11-config {
				temperature = <115000>;
			};
		};
	};

	cpu-1-2-step {
		trips {
			cpu12-config {
				temperature = <115000>;
			};
		};
	};

	cpu-1-3-step {
		trips {
			cpu13-config {
				temperature = <115000>;
			};
		};
	};

	cpu-1-4-step {
		trips {
			cpu14-config {
				temperature = <115000>;
			};
		};
	};

	cpu-1-5-step {
		trips {
			cpu15-config {
				temperature = <115000>;
			};
		};
	};

	cpu-1-6-step {
		trips {
			cpu16-config {
				temperature = <115000>;
			};
		};
	};

	cpu-1-7-step {
		trips {
			cpu17-config {
				temperature = <115000>;
			};
		};
	};
};