Skip to content

Commit 7490851

Browse files
clementperongregkh
authored andcommitted
ARM: dts: sun4i-a10: fix cpu_alert temperature
[ Upstream commit dea252f ] 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: Clément Péron <peron.clem@gmail.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20201003100332.431178-1-peron.clem@gmail.com Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 305da74 commit 7490851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/sun4i-a10.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
trips {
144144
cpu_alert0: cpu-alert0 {
145145
/* milliCelsius */
146-
temperature = <850000>;
146+
temperature = <85000>;
147147
hysteresis = <2000>;
148148
type = "passive";
149149
};

0 commit comments

Comments
 (0)