From ee50148325a4316ab474af66246c035805617e17 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Thu, 21 Mar 2013 19:15:02 +0000 Subject: [PATCH] xenvm: add a simple PSCI node and a second cpu Signed-off-by: Stefano Stabellini CC: rob.herring@calxeda.com CC: will.deacon@arm.com CC: marc.zyngier@arm.com CC: arnd@arndb.de --- arch/arm/boot/dts/xenvm-4.2.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/xenvm-4.2.dts b/arch/arm/boot/dts/xenvm-4.2.dts index ec3f9528e18..94411564cc5 100644 --- a/arch/arm/boot/dts/xenvm-4.2.dts +++ b/arch/arm/boot/dts/xenvm-4.2.dts @@ -29,6 +29,18 @@ compatible = "arm,cortex-a15"; reg = <0>; }; + + cpu@1 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <1>; + }; + }; + + psci { + compatible = "arm,psci"; + method = "hvc"; + cpu_on = <2>; }; memory@80000000 { -- 2.39.5