From 17b821ed0e31bfb55037b124f5c89aad1521ca1d Mon Sep 17 00:00:00 2001 From: Vincent Guittot Date: Fri, 17 May 2013 11:20:19 +0200 Subject: [PATCH] ARM: bL boot on A7 cluster Ensure that A7 cluster will be mapped on CPU0-2 Suggested-by: Chris Redpath Signed-off-by: Vincent Guittot --- arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 37 +++++++++++----------- 1 file 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 { -- 2.34.1