Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Heiko Stuebner and committed by
Heiko Stuebner
97cb9ce9 8ff3b9b4

+8
+8
arch/arm/boot/dts/rk3288-veyron-speedy.dts
··· 88 88 }; 89 89 }; 90 90 91 + &cpu_alert0 { 92 + temperature = <65000>; 93 + }; 94 + 95 + &cpu_alert1 { 96 + temperature = <70000>; 97 + }; 98 + 91 99 &rk808 { 92 100 pinctrl-names = "default"; 93 101 pinctrl-0 = <&pmic_int_l>;