mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rk3568: Modify sustainable-power
The cpufreq cooling doesn't support calculating static power in 5.10 and the cpu and gpu opp table are changed. Change-Id: Ia1abaf6d7614b874081159db7cc41e910bf47462 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -75,14 +75,6 @@
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
#cooling-cells = <2>;
|
||||
dynamic-power-coefficient = <187>;
|
||||
power-model {
|
||||
compatible = "simple-power-model";
|
||||
leakage-range= <10 40>;
|
||||
ls = <(-9196) 6360 0>;
|
||||
static-coefficient = <100000>;
|
||||
ts = <83822 206397 (-4300) 71>;
|
||||
thermal-zone = "soc-thermal";
|
||||
};
|
||||
};
|
||||
|
||||
cpu1: cpu@100 {
|
||||
@@ -360,12 +352,12 @@
|
||||
soc_thermal: soc-thermal {
|
||||
polling-delay-passive = <20>; /* milliseconds */
|
||||
polling-delay = <1000>; /* milliseconds */
|
||||
sustainable-power = <1475>; /* milliwatts */
|
||||
sustainable-power = <905>; /* milliwatts */
|
||||
|
||||
thermal-sensors = <&tsadc 0>;
|
||||
trips {
|
||||
threshold: trip-point-0 {
|
||||
temperature = <70000>;
|
||||
temperature = <75000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user