summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rk3288-veyron-speedy.dts
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko.stuebner@collabora.com>2015-11-30 13:17:37 +0100
committerHeiko Stuebner <heiko@sntech.de>2015-12-01 14:25:39 +0100
commit97cb9ce91decfb722255122f37b403145f2ddbb4 (patch)
tree5b0e964a65c766693c63155e4d274286d7cf5f5b /arch/arm/boot/dts/rk3288-veyron-speedy.dts
parentARM: dts: rockchip: update the thermal management on rk3288 (diff)
downloadlinux-97cb9ce91decfb722255122f37b403145f2ddbb4.tar.xz
linux-97cb9ce91decfb722255122f37b403145f2ddbb4.zip
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 <heiko.stuebner@collabora.com> Reviewed-by: Caesar Wang <wxt@rock-chips.com>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron-speedy.dts')
-rw-r--r--arch/arm/boot/dts/rk3288-veyron-speedy.dts8
1 files changed, 8 insertions, 0 deletions
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>;