Commit 97cb9ce9 authored by Heiko Stuebner's avatar Heiko Stuebner Committed by Heiko Stuebner

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: default avatarHeiko Stuebner <heiko.stuebner@collabora.com>
Reviewed-by: default avatarCaesar Wang <wxt@rock-chips.com>
parent 8ff3b9b4
......@@ -88,6 +88,14 @@ backlight_regulator: backlight-regulator {
};
};
&cpu_alert0 {
temperature = <65000>;
};
&cpu_alert1 {
temperature = <70000>;
};
&rk808 {
pinctrl-names = "default";
pinctrl-0 = <&pmic_int_l>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment