From: Vincent Guittot Date: Fri, 17 May 2013 09:20:19 +0000 (+0200) Subject: ARM: bL boot on A7 cluster X-Git-Tag: firefly_0821_release~3680^2~236^2^2~8^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=17b821ed0e31bfb55037b124f5c89aad1521ca1d;p=firefly-linux-kernel-4.4.55.git 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 --- 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 {