ARM: dts: rockchip: raise GPU trip point temperatures for veyron

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>
This commit is contained in:
Matthias Kaehlcke 2019-05-16 09:29:41 -07:00 committed by Heiko Stuebner
parent 83be81e3b0
commit 0f637e2565
2 changed files with 12 additions and 0 deletions

View File

@ -75,6 +75,10 @@ &edp {
force-hpd;
};
&gpu_crit {
temperature = <90000>;
};
&panel {
power-supply= <&panel_regulator>;
};

View File

@ -166,6 +166,14 @@ &gpu {
status = "okay";
};
&gpu_alert0 {
temperature = <72500>;
};
&gpu_crit {
temperature = <100000>;
};
&hdmi {
ddc-i2c-bus = <&i2c5>;
status = "okay";