mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: rk3308: Modify power-model for cpu
Change-Id: Id0a098ff85afe49cddbc9da05da722155e338e60 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -48,10 +48,18 @@
|
||||
enable-method = "psci";
|
||||
clocks = <&cru ARMCLK>;
|
||||
#cooling-cells = <2>;
|
||||
dynamic-power-coefficient = <90>;
|
||||
dynamic-power-coefficient = <83>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
next-level-cache = <&l2>;
|
||||
power-model {
|
||||
compatible = "simple-power-model";
|
||||
leakage-range= <5 50>;
|
||||
ls = <6086 6346 (-63)>;
|
||||
static-coefficient = <100000>;
|
||||
ts = <(-109130) 101460 (-1620) 30>;
|
||||
thermal-zone = "soc-thermal";
|
||||
};
|
||||
};
|
||||
|
||||
cpu1: cpu@1 {
|
||||
@@ -786,7 +794,7 @@
|
||||
soc_thermal: soc-thermal {
|
||||
polling-delay-passive = <20>;
|
||||
polling-delay = <1000>;
|
||||
sustainable-power = <300>;
|
||||
sustainable-power = <360>;
|
||||
|
||||
thermal-sensors = <&tsadc 0>;
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
|
||||
&thermal_zones {
|
||||
soc-thermal {
|
||||
sustainable-power = <308>;
|
||||
k_pu = <8>;
|
||||
sustainable-power = <422>;
|
||||
k_pu = <6>;
|
||||
k_po = <1024>;
|
||||
k_i = <0>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user