diff options
author | Matthias Kaehlcke <mka@chromium.org> | 2019-05-16 18:29:41 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-05-20 01:00:20 +0200 |
commit | 0f637e2565d175eeff664991be9a6d0753d0e484 (patch) | |
tree | 8c5a9c911dadf1218f4362399e54135d19ae03af /arch/arm/boot/dts/rk3288-veyron.dtsi | |
parent | ARM: dts: rockchip: raise CPU trip point temperature for veyron to 100 degC (diff) | |
download | linux-0f637e2565d175eeff664991be9a6d0753d0e484.tar.xz linux-0f637e2565d175eeff664991be9a6d0753d0e484.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi index e81f1a0cac83..90c8312d01ff 100644 --- a/arch/arm/boot/dts/rk3288-veyron.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron.dtsi @@ -166,6 +166,14 @@ status = "okay"; }; +&gpu_alert0 { + temperature = <72500>; +}; + +&gpu_crit { + temperature = <100000>; +}; + &hdmi { ddc-i2c-bus = <&i2c5>; status = "okay"; |