ARM: dts: raise GPU trip point temperature for speedy to 80 degC

Raise the temperature of the GPU thermal trip point for speedy
to 80°C. This is the value used by the downstream Chrome OS 3.14
kernel, the 'official' kernel for speedy.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Matthias Kaehlcke 2019-05-16 09:29:42 -07:00 committed by Heiko Stuebner
parent 0f637e2565
commit fa31ba8f17

View File

@ -75,6 +75,10 @@
force-hpd;
};
&gpu_alert0 {
temperature = <80000>;
};
&gpu_crit {
temperature = <90000>;
};