diff options
author | Hugo Grostabussiat <bonstra@bonstra.fr.eu.org> | 2016-08-16 20:34:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-10-07 15:21:22 +0200 |
commit | 1de8f1d3e976e67629ec2557fd52d149d9baf955 (patch) | |
tree | 0e7d0981123b2d40739a32ced79d69306bdd7d8c | |
parent | 547178281692b2661d9ba1cab7201ac538ae4620 (diff) | |
download | lwn-1de8f1d3e976e67629ec2557fd52d149d9baf955.tar.gz lwn-1de8f1d3e976e67629ec2557fd52d149d9baf955.zip |
ARM: sun5i: Fix typo in trip point temperature
commit 539d5c48a4aff5a4afcff117418618b49126c54c upstream.
Set cpu_alert0 temperature to 85°C instead of 850°C.
Fixes: 32a5d2d170cc ("ARM: dts: sun5i: Add cpu thermal zones to dtsi")
Signed-off-by: Hugo Grostabussiat <bonstra@bonstra.fr.eu.org>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi index 263d46dbc7e6..2d78eee7cb55 100644 --- a/arch/arm/boot/dts/sun5i-a13.dtsi +++ b/arch/arm/boot/dts/sun5i-a13.dtsi @@ -84,7 +84,7 @@ trips { cpu_alert0: cpu_alert0 { /* milliCelsius */ - temperature = <850000>; + temperature = <85000>; hysteresis = <2000>; type = "passive"; }; |