summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2021-03-02 15:09:56 +0300
committerThierry Reding <treding@nvidia.com>2021-03-24 16:07:50 +0100
commitecd021396efa2fda66d546c406d21b1ce6832206 (patch)
treed60d2f985bdec83b8c762fb65f2109ab2f754067 /arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
parent30e243fc17a0e7f206f465c6c42bc6613c8b1288 (diff)
downloadlwn-ecd021396efa2fda66d546c406d21b1ce6832206.tar.gz
lwn-ecd021396efa2fda66d546c406d21b1ce6832206.zip
ARM: tegra: acer-a500: Reduce thermal throttling hysteresis to 0.2C
The 2C hysteresis is a bit too high, although CPU never gets hot on A500. Nevertheless, let's reduce thermal throttling hysteresis to 0.2C, which is a much more reasonable value. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-acer-a500-picasso.dts')
-rw-r--r--arch/arm/boot/dts/tegra20-acer-a500-picasso.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
index 719da992fdaf..0d228e2dd158 100644
--- a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
+++ b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
@@ -1055,7 +1055,7 @@
trip0: cpu-alert0 {
/* start throttling at 50C */
temperature = <50000>;
- hysteresis = <3000>;
+ hysteresis = <200>;
type = "passive";
};