summaryrefslogtreecommitdiff
authorXiaoliang Wang <xiaoliang.wang@amlogic.com>2019-01-29 06:56:14 (GMT)
committer Gerrit Code Review <gituser@droid04>2019-01-29 06:56:14 (GMT)
commitd9262852f097da232a7d0e49a69102a228a78bde (patch)
treea5efd6ca02bc56ab71cb1a21fd93a7d0c141d2c8
parent10d893c329c1e66bb07dd8a4823337d2af93a733 (diff)
parent5c3ddc96557239aa2ae17103a5875331fafb2d31 (diff)
downloadcommon-d9262852f097da232a7d0e49a69102a228a78bde.zip
common-d9262852f097da232a7d0e49a69102a228a78bde.tar.gz
common-d9262852f097da232a7d0e49a69102a228a78bde.tar.bz2
Merge "atom: improve default value for thermal" into p-tv-atom
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";
};