diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-04-24 15:10:51 -0400 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-04-25 12:46:09 -0400 |
commit | d37a6e1687303ea0fcea89980373e3017b449963 (patch) | |
tree | 27246a7d9f70507a59768cc408491466726b6cb1 /arch | |
parent | 17b7ab80e33dab6b05eaa8332ede8c038fb0d9cb (diff) |
xenvm: add a simple PSCI node and a second cpu
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
CC: rob.herring@calxeda.com
CC: will.deacon@arm.com
CC: arnd@arndb.de
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/xenvm-4.2.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/xenvm-4.2.dts b/arch/arm/boot/dts/xenvm-4.2.dts index ec3f9528e180..336915151398 100644 --- a/arch/arm/boot/dts/xenvm-4.2.dts +++ b/arch/arm/boot/dts/xenvm-4.2.dts | |||
@@ -29,6 +29,19 @@ | |||
29 | compatible = "arm,cortex-a15"; | 29 | compatible = "arm,cortex-a15"; |
30 | reg = <0>; | 30 | reg = <0>; |
31 | }; | 31 | }; |
32 | |||
33 | cpu@1 { | ||
34 | device_type = "cpu"; | ||
35 | compatible = "arm,cortex-a15"; | ||
36 | reg = <1>; | ||
37 | }; | ||
38 | }; | ||
39 | |||
40 | psci { | ||
41 | compatible = "arm,psci"; | ||
42 | method = "hvc"; | ||
43 | cpu_off = <1>; | ||
44 | cpu_on = <2>; | ||
32 | }; | 45 | }; |
33 | 46 | ||
34 | memory@80000000 { | 47 | memory@80000000 { |