mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user