arm64: dts: juno: Add dynamic-power-coefficient properties
authorDietmar Eggemann <dietmar.eggemann@arm.com>
Sun, 18 Feb 2018 13:27:49 +0000 (14:27 +0100)
committerDouglas RAILLARD <douglas.raillard@arm.com>
Tue, 14 Aug 2018 15:32:32 +0000 (16:32 +0100)
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

Change-Id: I7c23a58fa49b281ed5df2f60db0514a9b3b50c7b
Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
arch/arm64/boot/dts/arm/juno.dts

index 2b2bf39c30ef68c1347f01457bb0818516fe2d43..178edd1ff444d837aa6f5bfa145bf89ef848c8ab 100644 (file)
@@ -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 {
                        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 {
                        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 {
                        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 {
                        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 {
                        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 {