From 8f15973ef8c3c3c71bfb0f69670827e0d1882042 Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Tue, 26 Mar 2013 13:06:53 +0000 Subject: [PATCH] ARM: vexpress: Add CPU clock-frequencies to TC2 device-tree Signed-off-by: Jon Medhurst --- arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts index 2e720e976599..9e93597dd530 100644 --- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts +++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts @@ -81,6 +81,7 @@ reg = <0>; cluster = <&cluster0>; core = <&core0>; + clock-frequency = <1000000000>; }; cpu1: cpu@1 { @@ -89,6 +90,7 @@ reg = <1>; cluster = <&cluster0>; core = <&core1>; + clock-frequency = <1000000000>; }; cpu2: cpu@2 { @@ -97,6 +99,7 @@ reg = <0x100>; cluster = <&cluster1>; core = <&core2>; + clock-frequency = <800000000>; }; cpu3: cpu@3 { @@ -105,6 +108,7 @@ reg = <0x101>; cluster = <&cluster1>; core = <&core3>; + clock-frequency = <800000000>; }; cpu4: cpu@4 { @@ -113,6 +117,7 @@ reg = <0x102>; cluster = <&cluster1>; core = <&core4>; + clock-frequency = <800000000>; }; }; -- 2.34.1