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>
This commit is contained in:
Dmitry Osipenko 2021-03-02 15:09:56 +03:00 committed by Thierry Reding
parent 30e243fc17
commit ecd021396e

View File

@ -1055,7 +1055,7 @@ trips {
trip0: cpu-alert0 {
/* start throttling at 50C */
temperature = <50000>;
hysteresis = <3000>;
hysteresis = <200>;
type = "passive";
};