Unverified Commit c26964fb authored by Frank Wunderlich's avatar Frank Wunderlich Committed by AngeloGioacchino Del Regno
Browse files
parent 6a475148
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -355,6 +355,21 @@ clock-controller@15031000 {
		};
	};

	thermal-zones {
		cpu_thermal: cpu-thermal {
			polling-delay-passive = <1000>;
			polling-delay = <1000>;
			thermal-sensors = <&lvts 0>;
			trips {
				cpu_trip_crit: crit {
					temperature = <125000>;
					hysteresis = <2000>;
					type = "critical";
				};
			};
		};
	};

	timer {
		compatible = "arm,armv8-timer";
		interrupt-parent = <&gic>;