xenvm: add a simple PSCI node and a second cpu
authorStefano Stabellini <[email protected]>
Wed, 24 Apr 2013 19:10:51 +0000 (19:10 +0000)
committerStefano Stabellini <[email protected]>
Thu, 25 Apr 2013 16:46:09 +0000 (16:46 +0000)
Signed-off-by: Stefano Stabellini <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
CC: [email protected]
CC: [email protected]
CC: [email protected]
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 {