Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -75,6 +75,10 @@
	force-hpd;
};

&gpu_crit {
	temperature = <90000>;
};

&panel {
	power-supply= <&panel_regulator>;
};
+8 −0
Original line number Diff line number Diff line
@@ -166,6 +166,14 @@
	status = "okay";
};

&gpu_alert0 {
	temperature = <72500>;
};

&gpu_crit {
	temperature = <100000>;
};

&hdmi {
	ddc-i2c-bus = <&i2c5>;
	status = "okay";