mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH AUTOSEL 4.14 01/10] ARM: dts: sun4i-a10: fix cpu_alert temperature
@ 2020-11-03  1:20 Sasha Levin
  2020-11-03  1:20 ` [PATCH AUTOSEL 4.14 02/10] x86/kexec: Use up-to-dated screen_info copy to fill boot params Sasha Levin
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Sasha Levin @ 2020-11-03  1:20 UTC (permalink / raw)
  To: linux-kernel, stable
  Cc: Clément Péron, Maxime Ripard, Sasha Levin, devicetree,
	linux-arm-kernel

From: Clément Péron <peron.clem@gmail.com>

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

diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi
index 41c2579143fd6..b3a3488fdfd68 100644
--- a/arch/arm/boot/dts/sun4i-a10.dtsi
+++ b/arch/arm/boot/dts/sun4i-a10.dtsi
@@ -143,7 +143,7 @@ map0 {
 			trips {
 				cpu_alert0: cpu_alert0 {
 					/* milliCelsius */
-					temperature = <850000>;
+					temperature = <85000>;
 					hysteresis = <2000>;
 					type = "passive";
 				};
-- 
2.27.0


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

end of thread, other threads:[~2020-11-03  1:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03  1:20 [PATCH AUTOSEL 4.14 01/10] ARM: dts: sun4i-a10: fix cpu_alert temperature Sasha Levin
2020-11-03  1:20 ` [PATCH AUTOSEL 4.14 02/10] x86/kexec: Use up-to-dated screen_info copy to fill boot params Sasha Levin
2020-11-03  1:20 ` [PATCH AUTOSEL 4.14 03/10] of: Fix reserved-memory overlap detection Sasha Levin
2020-11-03  1:20 ` [PATCH AUTOSEL 4.14 04/10] blk-cgroup: Fix memleak on error path Sasha Levin
2020-11-03  1:20 ` [PATCH AUTOSEL 4.14 05/10] blk-cgroup: Pre-allocate tree node on blkg_conf_prep Sasha Levin
2020-11-03  1:20 ` [PATCH AUTOSEL 4.14 06/10] scsi: core: Don't start concurrent async scan on same host Sasha Levin
2020-11-03  1:20 ` [PATCH AUTOSEL 4.14 07/10] vsock: use ns_capable_noaudit() on socket create Sasha Levin
2020-11-03  1:20 ` [PATCH AUTOSEL 4.14 08/10] nvme-rdma: handle unexpected nvme completion data length Sasha Levin
2020-11-03  1:20 ` [PATCH AUTOSEL 4.14 09/10] drm/vc4: drv: Add error handding for bind Sasha Levin
2020-11-03  1:20 ` [PATCH AUTOSEL 4.14 10/10] ACPI: NFIT: Fix comparison to '-ENXIO' Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®