Commit 0f637e25 authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by Heiko Stuebner

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: default avatarMatthias Kaehlcke <mka@chromium.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 83be81e3
......@@ -75,6 +75,10 @@ &edp {
force-hpd;
};
&gpu_crit {
temperature = <90000>;
};
&panel {
power-supply= <&panel_regulator>;
};
......
......@@ -166,6 +166,14 @@ &gpu {
status = "okay";
};
&gpu_alert0 {
temperature = <72500>;
};
&gpu_crit {
temperature = <100000>;
};
&hdmi {
ddc-i2c-bus = <&i2c5>;
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment