arm64: dts: rockchip: rk3399pro-npu: Add dynamic-power-coefficient for cpu

The average value of dynamic-power-coefficient is about 74.

Change-Id: Id80521440e0cbdb677344bf5becf092e4311c499
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-11-14 16:53:47 +08:00
parent f0e7208510
commit 58f6fccc04

View File

@@ -32,6 +32,7 @@
enable-method = "psci";
clocks = <&cru ARMCLK>;
operating-points-v2 = <&cpu0_opp_table>;
dynamic-power-coefficient = <74>;
};
cpu1: cpu@1 {
@@ -41,6 +42,7 @@
enable-method = "psci";
clocks = <&cru ARMCLK>;
operating-points-v2 = <&cpu0_opp_table>;
dynamic-power-coefficient = <74>;
};
};