From: Matthias Kaehlcke Date: Thu, 16 May 2019 16:29:42 +0000 (-0700) Subject: ARM: dts: raise GPU trip point temperature for speedy to 80 degC X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fa31ba8f1719149658f3cfc1e230c04b12c72efa;p=linux.git 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 Reviewed-by: Douglas Anderson Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3288-veyron-speedy.dts b/arch/arm/boot/dts/rk3288-veyron-speedy.dts index aae37c5354441..9a87017347ea7 100644 --- a/arch/arm/boot/dts/rk3288-veyron-speedy.dts +++ b/arch/arm/boot/dts/rk3288-veyron-speedy.dts @@ -75,6 +75,10 @@ force-hpd; }; +&gpu_alert0 { + temperature = <80000>; +}; + &gpu_crit { temperature = <90000>; };