xenvm: add a simple PSCI node and a second cpu
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 24 Apr 2013 19:10:51 +0000 (19:10 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 25 Apr 2013 16:46:09 +0000 (16:46 +0000)
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
arch/arm/boot/dts/xenvm-4.2.dts

index ec3f9528e180c75e42b633104fb537ced0762691..336915151398d81a44d8f1521cf844ade6961237 100644 (file)
                        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 {