diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-04-24 19:10:51 +0000 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-04-25 16:46:09 +0000 |
commit | d37a6e1687303ea0fcea89980373e3017b449963 (patch) | |
tree | 27246a7d9f70507a59768cc408491466726b6cb1 /arch/arm | |
parent | 17b7ab80e33dab6b05eaa8332ede8c038fb0d9cb (diff) | |
download | linux-d37a6e1687303ea0fcea89980373e3017b449963.tar.gz linux-d37a6e1687303ea0fcea89980373e3017b449963.tar.bz2 linux-d37a6e1687303ea0fcea89980373e3017b449963.zip |
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/arm')
-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 @@ compatible = "arm,cortex-a15"; reg = <0>; }; + + cpu@1 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <1>; + }; + }; + + psci { + compatible = "arm,psci"; + method = "hvc"; + cpu_off = <1>; + cpu_on = <2>; }; memory@80000000 { |