From: Heiko Stuebner Date: Mon, 30 Nov 2015 12:17:37 +0000 (+0100) Subject: ARM: dts: rockchip: override thermal settings on veyron-speedy X-Git-Tag: v4.5-rc1~43^2~38^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=97cb9ce91decfb722255122f37b403145f2ddbb4;p=karo-tx-linux.git ARM: dts: rockchip: override thermal settings on veyron-speedy According to a commit on the ChromeOS kernel, the temperature of the Speedy surface is over skin temperature spec. So adjust the thermal settings to mimic the ChromeOS tree to stay within these spec limits. Signed-off-by: Heiko Stuebner Reviewed-by: Caesar Wang --- diff --git a/arch/arm/boot/dts/rk3288-veyron-speedy.dts b/arch/arm/boot/dts/rk3288-veyron-speedy.dts index a7ea7d06cf7f..b34a7b5b3f62 100644 --- a/arch/arm/boot/dts/rk3288-veyron-speedy.dts +++ b/arch/arm/boot/dts/rk3288-veyron-speedy.dts @@ -88,6 +88,14 @@ }; }; +&cpu_alert0 { + temperature = <65000>; +}; + +&cpu_alert1 { + temperature = <70000>; +}; + &rk808 { pinctrl-names = "default"; pinctrl-0 = <&pmic_int_l>;