mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rk3399: ajust ipa parameters
Big cores' power consumption and gpu's are greatly reduced, ipa parameters are ajusted accordingly. Change-Id: Ibfdae1856c2f1c2cf80a0a2f963ec878053c6ef0 Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -739,7 +739,7 @@
|
||||
soc_thermal: soc-thermal {
|
||||
polling-delay-passive = <20>;
|
||||
polling-delay = <1000>;
|
||||
sustainable-power = <1600>; /* milliwatts */
|
||||
sustainable-power = <1000>; /* milliwatts */
|
||||
|
||||
thermal-sensors = <&tsadc 0>;
|
||||
|
||||
@@ -766,7 +766,7 @@
|
||||
trip = <&target>;
|
||||
cooling-device =
|
||||
<&cpu_l0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||||
contribution = <10240>;
|
||||
contribution = <4096>;
|
||||
};
|
||||
map1 {
|
||||
trip = <&target>;
|
||||
@@ -778,7 +778,7 @@
|
||||
trip = <&target>;
|
||||
cooling-device =
|
||||
<&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||||
contribution = <10240>;
|
||||
contribution = <4096>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -1855,7 +1855,7 @@
|
||||
voltage = <900>;
|
||||
frequency = <500>;
|
||||
static-power = <300>;
|
||||
dynamic-power = <1780>;
|
||||
dynamic-power = <396>;
|
||||
ts = <32000 4700 (-80) 2>;
|
||||
thermal-zone = "gpu-thermal";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user