aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2013-05-17 11:20:19 +0200
committerJon Medhurst <tixy@linaro.org>2013-07-01 11:04:44 +0100
commit17b821ed0e31bfb55037b124f5c89aad1521ca1d (patch)
treeeeb173edf2d773ba066d17200bd086eb9e92907c /arch/arm/boot
parent40bb83f11c5881d8455866458522816397dd5836 (diff)
ARM: bL boot on A7 cluster
Ensure that A7 cluster will be mapped on CPU0-2 Suggested-by: Chris Redpath <Chris.Redpath@arm.com> Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts37
1 files changed, 19 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 446708869c7a..f6b4e8471cb6 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
@@ -75,24 +75,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";
@@ -119,6 +101,25 @@
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 {