projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b7ab8
)
xenvm: add a simple PSCI node and a second cpu
author
Stefano Stabellini
<
[email protected]
>
Wed, 24 Apr 2013 19:10:51 +0000
(19:10 +0000)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/xenvm-4.2.dts
b/arch/arm/boot/dts/xenvm-4.2.dts
index ec3f9528e180c75e42b633104fb537ced0762691..336915151398d81a44d8f1521cf844ade6961237 100644
(file)
--- 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 {