ARM: dts: rockchip: raise GPU trip point temperatures for veyron
authorMatthias Kaehlcke <mka@chromium.org>
Thu, 16 May 2019 16:29:41 +0000 (09:29 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 19 May 2019 23:00:20 +0000 (01:00 +0200)
The values match those used by the downstream Chrome OS 3.14
kernel, the 'official' kernel for veyron devices. Keep the critical
trip point for speedy at 90°C as in the downstream configuration.

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
arch/arm/boot/dts/rk3288-veyron.dtsi

index b07a07e..aae37c5 100644 (file)
        force-hpd;
 };
 
+&gpu_crit {
+       temperature = <90000>;
+};
+
 &panel {
        power-supply= <&panel_regulator>;
 };
index e81f1a0..90c8312 100644 (file)
        status = "okay";
 };
 
+&gpu_alert0 {
+       temperature = <72500>;
+};
+
+&gpu_crit {
+       temperature = <100000>;
+};
+
 &hdmi {
        ddc-i2c-bus = <&i2c5>;
        status = "okay";