mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 01:15:15 +07:00
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:
parent
83be81e3b0
commit
0f637e2565
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user