arm64: dts: rockchip: rk3308: Add PID constant for rk3308k

Change-Id: I073579a65a877b95e99daf00ce1815c04e11081a
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-12-04 19:51:40 +08:00
committed by Tao Huang
parent f6ec026aa9
commit d772326b50

View File

@@ -24,12 +24,18 @@
&thermal_zones {
soc-thermal {
sustainable-power = <198>;
sustainable-power = <308>;
k_pu = <8>;
k_po = <1024>;
k_i = <0>;
trips {
trip-point-0 {
temperature = <55000>;
};
trip-point-1 {
temperature = <90000>;
};
};
};
};