From afe9de023f49280bff43a1c8b3efdfa7dc582383 Mon Sep 17 00:00:00 2001 From: Finley Xiao Date: Fri, 30 Jul 2021 11:40:11 +0800 Subject: [PATCH] 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 --- arch/arm64/boot/dts/rockchip/rk3568.dtsi | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3568.dtsi b/arch/arm64/boot/dts/rockchip/rk3568.dtsi index 810ddf45dde5..9fe1c0e7244f 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3568.dtsi @@ -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"; };