aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/arm/juno.dts
diff options
context:
space:
mode:
authorChris Redpath <chris.redpath@arm.com>2015-11-13 10:21:39 +0000
committerJon Medhurst <tixy@linaro.org>2015-12-01 15:49:29 +0000
commit3f76ac872ba3c1b1001a55dc8ff6785e7f8c20c7 (patch)
tree25cd54d4ab7364de7bb80c868ff0fd4c2585206b /arch/arm64/boot/dts/arm/juno.dts
parentcfcc59f1049767f8565395fd8201ca2c841e48f4 (diff)
DTB: Add EAS v5.0 compatible Juno Energy model to 'juno.dts'lsk-3.18-armlt-20151127-eas-test
EAS v5.0 expects the energy model for the CPUs and cluster states to be available in the DTB. The energy model data comes from previous versions. Signed-off-by: Chris Redpath <chris.redpath@arm.com> Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/arm/juno.dts')
-rw-r--r--arch/arm64/boot/dts/arm/juno.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/arm/juno.dts b/arch/arm64/boot/dts/arm/juno.dts
index 890a4977e0d0..12e232fbdb8a 100644
--- a/arch/arm64/boot/dts/arm/juno.dts
+++ b/arch/arm64/boot/dts/arm/juno.dts
@@ -92,6 +92,7 @@
enable-method = "psci";
next-level-cache = <&A57_L2>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
+ sched-energy-costs = <&CPU_COST_A57 &CLUSTER_COST_A57>;
clocks = <&scpi_dvfs 0>;
};
@@ -102,6 +103,7 @@
enable-method = "psci";
next-level-cache = <&A57_L2>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
+ sched-energy-costs = <&CPU_COST_A57 &CLUSTER_COST_A57>;
clocks = <&scpi_dvfs 0>;
};
@@ -112,6 +114,7 @@
enable-method = "psci";
next-level-cache = <&A53_L2>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
+ sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
clocks = <&scpi_dvfs 1>;
};
@@ -122,6 +125,7 @@
enable-method = "psci";
next-level-cache = <&A53_L2>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
+ sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
clocks = <&scpi_dvfs 1>;
};
@@ -132,6 +136,7 @@
enable-method = "psci";
next-level-cache = <&A53_L2>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
+ sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
clocks = <&scpi_dvfs 1>;
};
@@ -142,6 +147,7 @@
enable-method = "psci";
next-level-cache = <&A53_L2>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
+ sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
clocks = <&scpi_dvfs 1>;
};
@@ -152,6 +158,8 @@
A53_L2: l2-cache1 {
compatible = "cache";
};
+
+ /include/ "juno-sched-energy.dtsi"
};
pmu {