diff options
author | Matthias Kaehlcke <mka@chromium.org> | 2019-05-16 09:29:40 -0700 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-05-20 01:00:20 +0200 |
commit | 83be81e3b0b6eb5df2fba66baa7a25f7e7dc9775 (patch) | |
tree | 8b96ae4bfff32324df8db018d1b5632e98d82745 /arch/arm/boot/dts/rk3288-veyron-speedy.dts | |
parent | 1c0479023412ab7834f2e98b796eb0d8c627cd62 (diff) | |
download | lwn-83be81e3b0b6eb5df2fba66baa7a25f7e7dc9775.tar.gz lwn-83be81e3b0b6eb5df2fba66baa7a25f7e7dc9775.zip |
ARM: dts: rockchip: raise CPU trip point temperature for veyron to 100 degC
This value matches what is used by the downstream Chrome OS 3.14
kernel, the 'official' kernel for veyron devices. Keep the temperature
for 'speedy' at 90°C, as in the downstream kernel.
Increase the temperature for a hardware shutdown to 125°C, which
matches the downstream configuration and gives the system a chance
to shut down orderly at the criticial trip point.
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-speedy.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron-speedy.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-speedy.dts b/arch/arm/boot/dts/rk3288-veyron-speedy.dts index 2ac8748a3a0c..b07a07e81551 100644 --- a/arch/arm/boot/dts/rk3288-veyron-speedy.dts +++ b/arch/arm/boot/dts/rk3288-veyron-speedy.dts @@ -64,6 +64,10 @@ temperature = <70000>; }; +&cpu_crit { + temperature = <90000>; +}; + &edp { /delete-property/pinctrl-names; /delete-property/pinctrl-0; |