mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ANDROID: arm64: dts: juno: Add dynamic-power-coefficient properties
Taken from commit cadf54148974 "arm64: dts: Add IPA parameters to soc thermal zone" wich also sets up SoC thermal zones and bind them to cpufreq cooling devices. We don't want this functionality right now. The commit is for example part of: git.linaro.org/landing-teams/working/arm/kernel-release.git lt_arm/ack-4.9-armlt-18.01 Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com> Change-Id: I7c23a58fa49b281ed5df2f60db0514a9b3b50c7b
This commit is contained in:
committed by
Quentin Perret
parent
a3f0c668be
commit
e105a95917
@@ -98,6 +98,7 @@
|
||||
clocks = <&scpi_dvfs 0>;
|
||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
dynamic-power-coefficient = <530>;
|
||||
};
|
||||
|
||||
A57_1: cpu@1 {
|
||||
@@ -115,6 +116,7 @@
|
||||
clocks = <&scpi_dvfs 0>;
|
||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
dynamic-power-coefficient = <530>;
|
||||
};
|
||||
|
||||
A53_0: cpu@100 {
|
||||
@@ -132,6 +134,7 @@
|
||||
clocks = <&scpi_dvfs 1>;
|
||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||
capacity-dmips-mhz = <578>;
|
||||
dynamic-power-coefficient = <140>;
|
||||
};
|
||||
|
||||
A53_1: cpu@101 {
|
||||
@@ -149,6 +152,7 @@
|
||||
clocks = <&scpi_dvfs 1>;
|
||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||
capacity-dmips-mhz = <578>;
|
||||
dynamic-power-coefficient = <140>;
|
||||
};
|
||||
|
||||
A53_2: cpu@102 {
|
||||
@@ -166,6 +170,7 @@
|
||||
clocks = <&scpi_dvfs 1>;
|
||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||
capacity-dmips-mhz = <578>;
|
||||
dynamic-power-coefficient = <140>;
|
||||
};
|
||||
|
||||
A53_3: cpu@103 {
|
||||
@@ -183,6 +188,7 @@
|
||||
clocks = <&scpi_dvfs 1>;
|
||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||
capacity-dmips-mhz = <578>;
|
||||
dynamic-power-coefficient = <140>;
|
||||
};
|
||||
|
||||
A57_L2: l2-cache0 {
|
||||
|
||||
Reference in New Issue
Block a user