summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-07-11 16:14:29 +0100
committerJon Medhurst <tixy@linaro.org>2012-07-11 17:40:00 +0100
commitdf31ab2123c065534cf31e946be94f67b102bb38 (patch)
tree3225e6f66c7b64b89476f4156452390fe062a323
parent54ff070883008ecaf4e37ddabd4ccf81ce5db920 (diff)
ARM: vexpress: Add CPU clock-frequencies to TC2 device-treetracking-tracking-armlt-tc2-ll-20120712.0tracking-tracking-armlt-tc2-ll-20120711.0
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 6c863d5d29da..f179db3624ab 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>;
};
};