ARM: tegra: p880: Lower CPU thermal limit

Lower the CPU thermal limit for the LG P880, since its chassis has less
thermal dissipation capability than the P895.

Signed-off-by: Ion Agorria <ion@agorria.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Ion Agorria 2026-05-11 10:48:53 +03:00 committed by Thierry Reding
parent 61cf0112f7
commit ece4229e45

View File

@ -537,4 +537,17 @@ sound {
nvidia,int-mic-en-gpios = <&gpio TEGRA_GPIO(I, 6) GPIO_ACTIVE_HIGH>;
};
thermal-zones {
cpu-thermal {
trips {
cpu-alert {
/* throttle at 60C until temperature drops to 59.8C */
temperature = <60000>;
hysteresis = <200>;
type = "passive";
};
};
};
};
};