projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e243f
)
ARM: tegra: acer-a500: Reduce thermal throttling hysteresis to 0.2C
author
Dmitry Osipenko
<digetx@gmail.com>
Tue, 2 Mar 2021 12:09:56 +0000
(15:09 +0300)
committer
Thierry Reding
<treding@nvidia.com>
Wed, 24 Mar 2021 15:07:50 +0000
(16:07 +0100)
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>
arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
index 719da992fdaf7f5966001ca8b3012e91c8a57a54..0d228e2dd1587ec112a88fff631f4e96e29986b9 100644
(file)
--- 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 = <
30
00>;
+ hysteresis = <
2
00>;
type = "passive";
};