Commit c9aeab70 authored by Hugo Grostabussiat's avatar Hugo Grostabussiat Committed by Greg Kroah-Hartman

ARM: sun5i: Fix typo in trip point temperature

commit 539d5c48 upstream.

Set cpu_alert0 temperature to 85°C instead of 850°C.

Fixes: 32a5d2d1 ("ARM: dts: sun5i: Add cpu thermal zones to dtsi")
Signed-off-by: default avatarHugo Grostabussiat <bonstra@bonstra.fr.eu.org>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ba21aa15
......@@ -83,7 +83,7 @@ map0 {
trips {
cpu_alert0: cpu_alert0 {
/* milliCelsius */
temperature = <850000>;
temperature = <85000>;
hysteresis = <2000>;
type = "passive";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment