]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: rockchip: override thermal settings on veyron-speedy
authorHeiko Stuebner <heiko.stuebner@collabora.com>
Mon, 30 Nov 2015 12:17:37 +0000 (13:17 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 1 Dec 2015 13:25:39 +0000 (14:25 +0100)
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 <heiko.stuebner@collabora.com>
Reviewed-by: Caesar Wang <wxt@rock-chips.com>
arch/arm/boot/dts/rk3288-veyron-speedy.dts

index a7ea7d06cf7fd115787388d7110703076d9594a4..b34a7b5b3f62e04db16b1fd74d76f2c045775fc1 100644 (file)
        };
 };
 
+&cpu_alert0 {
+       temperature = <65000>;
+};
+
+&cpu_alert1 {
+       temperature = <70000>;
+};
+
 &rk808 {
        pinctrl-names = "default";
        pinctrl-0 = <&pmic_int_l>;