diff options
| author | Ion Agorria <ion@agorria.com> | 2026-05-11 10:48:53 +0300 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2026-05-29 15:36:12 +0300 |
| commit | ece4229e457de4ceeec80890c5c760f0c858eeea (patch) | |
| tree | 6eaf5d7ab9ac2f764d645ec90934aa798b6b04dc | |
| parent | 61cf0112f79d6c6de2a002874b8618e802b664f2 (diff) | |
| download | linux-ece4229e457de4ceeec80890c5c760f0c858eeea.tar.xz | |
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>
| -rw-r--r-- | arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts b/arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts index 1b21d7628c8c..6b30e17459ac 100644 --- a/arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts +++ b/arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts @@ -537,4 +537,17 @@ 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"; + }; + }; + }; + }; }; |
