linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RESEND][PATCH] ARM: sun5i: Fix typo in trip point temperature
@ 2016-08-16 18:34 Hugo Grostabussiat
  2016-08-22 18:36 ` Maxime Ripard
  0 siblings, 1 reply; 2+ messages in thread
From: Hugo Grostabussiat @ 2016-08-16 18:34 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/sun5i-a13.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi
b/arch/arm/boot/dts/sun5i-a13.dtsi
index 263d46d..2d78eee 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";
 				};
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [RESEND][PATCH] ARM: sun5i: Fix typo in trip point temperature
  2016-08-16 18:34 [RESEND][PATCH] ARM: sun5i: Fix typo in trip point temperature Hugo Grostabussiat
@ 2016-08-22 18:36 ` Maxime Ripard
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Ripard @ 2016-08-22 18:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 16, 2016 at 08:34:07PM +0200, Hugo Grostabussiat wrote:
> 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>

Thanks, applied.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160822/427bf95f/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-22 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16 18:34 [RESEND][PATCH] ARM: sun5i: Fix typo in trip point temperature Hugo Grostabussiat
2016-08-22 18:36 ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).