aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2013-04-11 10:07:52 +0200
committerViresh Kumar <viresh.kumar@linaro.org>2013-04-22 20:12:57 +0530
commit346f972c2f3654f1c5898e83b98d9c91dfd6e0c3 (patch)
tree0a58ec0722e8ed55ea65ed96f84eca6fa1e4b05c
parent0a7607b7673131f7fb18a6c90e8ffb94ba0d2caa (diff)
ARM: bL boot on A7 clusterlinux-linaro-MP-upstream-20130418
Ensure that A7 cluster will be mapped on CPU0-2
-rw-r--r--arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts36
1 files changed, 18 insertions, 18 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
index b37fdd8c146..1807d4e680a 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
@@ -77,24 +77,6 @@
#address-cells = <1>;
#size-cells = <0>;
- cpu0: cpu@0 {
- device_type = "cpu";
- compatible = "arm,cortex-a15";
- reg = <0>;
- cluster = <&cluster0>;
- core = <&core0>;
- clock-frequency = <1000000000>;
- };
-
- cpu1: cpu@1 {
- device_type = "cpu";
- compatible = "arm,cortex-a15";
- reg = <1>;
- cluster = <&cluster0>;
- core = <&core1>;
- clock-frequency = <1000000000>;
- };
-
cpu2: cpu@2 {
device_type = "cpu";
compatible = "arm,cortex-a7";
@@ -121,6 +103,24 @@
core = <&core4>;
clock-frequency = <800000000>;
};
+
+ cpu0: cpu@0 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <0>;
+ cluster = <&cluster0>;
+ core = <&core0>;
+ clock-frequency = <1000000000>;
+ };
+
+ cpu1: cpu@1 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <1>;
+ cluster = <&cluster0>;
+ core = <&core1>;
+ clock-frequency = <1000000000>;
+ };
};
memory@80000000 {