ARM: dts: raise GPU trip point temperature for speedy to 80 degC
authorMatthias Kaehlcke <mka@chromium.org>
Thu, 16 May 2019 16:29:42 +0000 (09:29 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 19 May 2019 23:00:20 +0000 (01:00 +0200)
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>
arch/arm/boot/dts/rk3288-veyron-speedy.dts

index aae37c5..9a87017 100644 (file)
        force-hpd;
 };
 
+&gpu_alert0 {
+       temperature = <80000>;
+};
+
 &gpu_crit {
        temperature = <90000>;
 };