aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2013-11-04 15:32:09 +0100
committerVincent Guittot <vincent.guittot@linaro.org>2013-11-04 17:37:10 +0100
commitfa9f9b7e84bd852825203f81959ebbb1f30e5b57 (patch)
tree82de94bf284417611722c4e83fc1738b989cff7b
parent6174b8ee80e6be7b0d4fc0a44875ad0a61d57c5f (diff)
ARM: DT: add power-gate info for tc2linux-linaro-sched
-rw-r--r--arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts30
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
index f332e53ec514..3ef661e15ccb 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
@@ -33,6 +33,36 @@
#address-cells = <1>;
#size-cells = <0>;
+ cpu-map {
+ cluster0 {
+ power-gate = <1>;
+ core0 {
+ cpu = <&cpu0>;
+ power-gate = <0>;
+ };
+ core1 {
+ cpu = <&cpu1>;
+ power-gate = <0>;
+ };
+ };
+
+ cluster1 {
+ power-gate = <1>;
+ core0 {
+ cpu = <&cpu2>;
+ power-gate = <0>;
+ };
+ core1 {
+ cpu = <&cpu3>;
+ power-gate = <0>;
+ };
+ core2 {
+ cpu = <&cpu4>;
+ power-gate = <0>;
+ };
+ };
+ };
+
cpu2: cpu@2 {
device_type = "cpu";
compatible = "arm,cortex-a7";