public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: tegra: soctherm bugfixes
@ 2020-09-14 13:37 Nicolas Chauvet
  2020-09-14 13:37 ` [PATCH 1/4] ARM: tegra: Add missing gpu-throt-level to tegra124 soctherm Nicolas Chauvet
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Nicolas Chauvet @ 2020-09-14 13:37 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter; +Cc: linux-tegra, Nicolas Chauvet

When using tegra_soctherm driver on jetson-tk1, the following messages
can be seen:
from kernel: tegra_soctherm 700e2000.thermal-sensor: 
 throttle-cfg: heavy: no throt prop or invalid prop
 soctherm: trip temperature -2147483647 forced to -127000
 thermtrip: will shut down when cpu reaches 101000 mC
 soctherm: trip temperature -2147483647 forced to -127000
 thermtrip: will shut down when gpu reaches 101000 mC
 soctherm: trip temperature -2147483647 forced to -127000
 thermtrip: will shut down when pll reaches 103000 mC
 throttrip: pll: missing hot temperature
 soctherm: trip temperature -2147483647 forced to -127000
 thermtrip: will shut down when mem reaches 101000 mC
 throttrip: mem: missing hot temperature
 IRQ index 1 not found

This serie fixes two errors and two warnings that are reported in dmesg
It was compiled and tested at runtime on jetson-tk1 only.

Nicolas Chauvet (4):
  ARM: tegra: Add missing gpu-throt-level to tegra124 soctherm
  ARM: tegra: Add missing hot temperatures to tegra124 thermal-zones
  arm64: tegra: Add missing hot temperatures to tegra132 thermal-zones
  ARM: tegra: Avoid setting edp_irq when not relevant

 arch/arm/boot/dts/tegra124.dtsi          | 11 +++++++++++
 arch/arm64/boot/dts/nvidia/tegra132.dtsi | 10 ++++++++++
 drivers/thermal/tegra/soctherm.c         | 17 +++++++++++------
 3 files changed, 32 insertions(+), 6 deletions(-)

-- 
2.25.4


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

end of thread, other threads:[~2020-09-21 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-14 13:37 [PATCH 0/4] ARM: tegra: soctherm bugfixes Nicolas Chauvet
2020-09-14 13:37 ` [PATCH 1/4] ARM: tegra: Add missing gpu-throt-level to tegra124 soctherm Nicolas Chauvet
2020-09-14 13:37 ` [PATCH 2/4] ARM: tegra: Add missing hot temperatures to tegra124 thermal-zones Nicolas Chauvet
2020-09-14 13:37 ` [PATCH 3/4] arm64: tegra: Add missing hot temperatures to tegra132 thermal-zones Nicolas Chauvet
2020-09-14 13:37 ` [PATCH 4/4] ARM: tegra: Avoid setting edp_irq when not relevant Nicolas Chauvet
2020-09-21 13:14   ` Thierry Reding

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