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

Commit dffce0f0 authored by Clément Péron's avatar Clément Péron Committed by Greg Kroah-Hartman
Browse files

ARM: dts: sun4i-a10: fix cpu_alert temperature



[ Upstream commit dea252fa41cd8ce332d148444e4799235a8a03ec ]

When running dtbs_check thermal_zone warn about the
temperature declared.

thermal-zones: cpu-thermal:trips:cpu-alert0:temperature:0:0: 850000 is greater than the maximum of 200000

It's indeed wrong the real value is 85°C and not 850°C.

Signed-off-by: default avatarClément Péron <peron.clem@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20201003100332.431178-1-peron.clem@gmail.com


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent c096a3d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@
			trips {
				cpu_alert0: cpu-alert0 {
					/* milliCelsius */
					temperature = <850000>;
					temperature = <85000>;
					hysteresis = <2000>;
					type = "passive";
				};