aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-07-11 16:14:29 +0100
committerJon Medhurst <tixy@linaro.org>2012-07-17 10:00:50 +0100
commit7089909f914cc27f4fb5943392bbb2be2b9446f3 (patch)
tree886906c8005b48104aced4c70caa83581f194d5c
parentfbc200f27568cb1fede7c7524f60221c1fd4c241 (diff)
ARM: vexpress: Add CPU clock-frequencies to TC2 device-tree
Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dts b/arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dts
index 958e8f710c1..b947cb6b48b 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dts
@@ -88,6 +88,7 @@
reg = <0>;
cluster = <&cluster0>;
core = <&core0>;
+ clock-frequency = <1000000000>;
};
cpu1: cpu@1 {
@@ -96,6 +97,7 @@
reg = <1>;
cluster = <&cluster0>;
core = <&core1>;
+ clock-frequency = <1000000000>;
};
cpu2: cpu@2 {
@@ -104,6 +106,7 @@
reg = <0x100>;
cluster = <&cluster1>;
core = <&core2>;
+ clock-frequency = <800000000>;
};
cpu3: cpu@3 {
@@ -112,6 +115,7 @@
reg = <0x101>;
cluster = <&cluster1>;
core = <&core3>;
+ clock-frequency = <800000000>;
};
cpu4: cpu@4 {
@@ -120,6 +124,7 @@
reg = <0x102>;
cluster = <&cluster1>;
core = <&core4>;
+ clock-frequency = <800000000>;
};
};