summaryrefslogtreecommitdiff
authorxiaoliang.wang <xiaoliang.wang@amlogic.com>2019-01-23 09:23:53 (GMT)
committer Xiaoliang Wang <xiaoliang.wang@amlogic.com>2019-01-29 06:55:46 (GMT)
commit5c3ddc96557239aa2ae17103a5875331fafb2d31 (patch)
treedeb37799552c4752a4d1af199421b615c9738c86
parent52db8f43b10742a07ebbea9d1ddb64bfb0536021 (diff)
downloadcommon-5c3ddc96557239aa2ae17103a5875331fafb2d31.zip
common-5c3ddc96557239aa2ae17103a5875331fafb2d31.tar.gz
common-5c3ddc96557239aa2ae17103a5875331fafb2d31.tar.bz2
atom: improve default value for thermal
BUG=122855094 Change-Id: Id8e523d8fa7b2732970b78abfb78c53bed0fedf5 Signed-off-by: xiaoliang.wang <xiaoliang.wang@amlogic.com>
Diffstat
-rw-r--r--arch/arm64/boot/dts/amlogic/atom.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/amlogic/atom.dts b/arch/arm64/boot/dts/amlogic/atom.dts
index ebe1c4e..dec9973 100644
--- a/arch/arm64/boot/dts/amlogic/atom.dts
+++ b/arch/arm64/boot/dts/amlogic/atom.dts
@@ -504,7 +504,7 @@
dev_name = "vdin0";
status = "okay";
reserve-iomap = "true";
- flag_cma = <1>;/*1:share with codec_mm;2:cma alone*/
+ flag_cma = <0x101>;/*1:share with codec_mm;2:cma alone*/
/* MByte, if 10bit disable: 64M(YUV422),
* if 10bit enable: 64*1.5 = 96M(YUV422)
* if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
@@ -1303,7 +1303,7 @@
#thermal-sensor-cells = <1>;
cooling_devices {
cpufreq_cool_cluster0 {
- min_state = <1000000>;
+ min_state = <1200000>;
dyn_coeff = <140>;
cluster_id = <0>;
node_name = "cpus";
@@ -1387,17 +1387,17 @@
trips {
switch_on: trip-point@0 {
- temperature = <70000>;
+ temperature = <80000>;
hysteresis = <1000>;
type = "passive";
};
control: trip-point@1 {
- temperature = <80000>;
+ temperature = <90000>;
hysteresis = <1000>;
type = "passive";
};
hot: trip-point@2 {
- temperature = <85000>;
+ temperature = <100000>;
hysteresis = <5000>;
type = "hot";
};