aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Kaehlcke <mka@chromium.org>2019-05-16 09:29:42 -0700
committerHeiko Stuebner <heiko@sntech.de>2019-05-20 01:00:20 +0200
commitfa31ba8f1719149658f3cfc1e230c04b12c72efa (patch)
tree34513fe0411b1e80bf7ea9fe5016f8af69b3c844
parentARM: dts: rockchip: raise GPU trip point temperatures for veyron (diff)
downloadlinux-dev-fa31ba8f1719149658f3cfc1e230c04b12c72efa.tar.xz
linux-dev-fa31ba8f1719149658f3cfc1e230c04b12c72efa.zip
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>
-rw-r--r--arch/arm/boot/dts/rk3288-veyron-speedy.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-speedy.dts b/arch/arm/boot/dts/rk3288-veyron-speedy.dts
index aae37c535444..9a87017347ea 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>;
};