mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ODROID-C4:thermal: modify ipa parameter for sm1
Signed-off-by: femto <ckkim@hardkernel.com>
Change-Id: I350290422fa2e0daa9409a5faeb6320b79e1039b
commit 82745e4bce
Author: Huan Biao <huan.biao@amlogic.com>
Date: Wed Apr 17 14:57:58 2019 +0800
thermal: modify ipa parameter for sm1 [1/1]
PD#SWPL-7322
Problem:
sm1 ipa parameter not match soc power data
Solution:
update sm1 ipa dts parameter
Verify:
AC200
Change-Id: Ib636d5c4853d53cf6bafad9b5266e2b13dd7e85c
Signed-off-by: Huan Biao <huan.biao@amlogic.com>
Change-Id: I0e865a19ad4288f54f513e7e84d2ccf0962edf05
This commit is contained in:
@@ -425,7 +425,7 @@
|
||||
cooling_devices {
|
||||
cpufreq_cool_cluster0 {
|
||||
min_state = <1000000>;
|
||||
dyn_coeff = <115>;
|
||||
dyn_coeff = <125>;
|
||||
cluster_id = <0>;
|
||||
node_name = "cpufreq_cool0";
|
||||
device_type = "cpufreq";
|
||||
@@ -439,7 +439,7 @@
|
||||
};
|
||||
gpufreq_cool {
|
||||
min_state = <400>;
|
||||
dyn_coeff = <358>;
|
||||
dyn_coeff = <215>;
|
||||
gpu_pp = <2>;
|
||||
cluster_id = <0>;
|
||||
node_name = "gpufreq_cool0";
|
||||
@@ -472,7 +472,7 @@
|
||||
soc_thermal: soc_thermal {
|
||||
polling-delay = <1000>;
|
||||
polling-delay-passive = <100>;
|
||||
sustainable-power = <1460>;
|
||||
sustainable-power = <1410>;
|
||||
thermal-sensors = <&p_tsensor 0>;
|
||||
trips {
|
||||
pswitch_on: trip-point@0 {
|
||||
@@ -523,7 +523,7 @@
|
||||
ddr_thermal: ddr_thermal {
|
||||
polling-delay = <2000>;
|
||||
polling-delay-passive = <1000>;
|
||||
sustainable-power = <1460>;
|
||||
sustainable-power = <1410>;
|
||||
thermal-sensors = <&d_tsensor 1>;
|
||||
trips {
|
||||
dswitch_on: trip-point@0 {
|
||||
|
||||
Reference in New Issue
Block a user