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

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

Merge "ARM: dts: msm: Add thermal zone config for NPU in SDMMAGPIE"

parents c1416d39 d9fbc752
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -1535,4 +1535,26 @@
			};
		};
	};

	npu-step {
		polling-delay-passive = <10>;
		polling-delay = <0>;
		thermal-sensors = <&tsens1 8>;
		thermal-governor = "step_wise";
		trips {
			npu_trip0: npu-trip0 {
				temperature = <95000>;
				hysteresis = <0>;
				type = "passive";
			};
		};
		cooling-maps {
			npu_cdev {
				trip = <&npu_trip0>;
				cooling-device =
					<&msm_npu THERMAL_NO_LIMIT
						THERMAL_NO_LIMIT>;
			};
		};
	};
};