diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-05-16 00:42:58 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 06:56:31 -0400 |
commit | 6b060f93fe7dedbeb067feacbc8c4780c59f5df4 (patch) | |
tree | 7fee12bb7c68bb5067893ca091714891436601c6 | |
parent | f0b78f8b63fe92242232b7a3e4aa951983ee1f45 (diff) |
ARM: shmobile: r8a7779: Add Maximum CPU Frequency to DTS
Add 1GHz to the r8a7779 DTS to describe the maximum CPU frequency.
Based on work by Magnus dam for the r8a7740 SoC.
Cc: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7779.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index bdaaadcfa1f1..038c16a18373 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi | |||
@@ -26,21 +26,25 @@ | |||
26 | device_type = "cpu"; | 26 | device_type = "cpu"; |
27 | compatible = "arm,cortex-a9"; | 27 | compatible = "arm,cortex-a9"; |
28 | reg = <0>; | 28 | reg = <0>; |
29 | clock-frequency = <1000000000>; | ||
29 | }; | 30 | }; |
30 | cpu@1 { | 31 | cpu@1 { |
31 | device_type = "cpu"; | 32 | device_type = "cpu"; |
32 | compatible = "arm,cortex-a9"; | 33 | compatible = "arm,cortex-a9"; |
33 | reg = <1>; | 34 | reg = <1>; |
35 | clock-frequency = <1000000000>; | ||
34 | }; | 36 | }; |
35 | cpu@2 { | 37 | cpu@2 { |
36 | device_type = "cpu"; | 38 | device_type = "cpu"; |
37 | compatible = "arm,cortex-a9"; | 39 | compatible = "arm,cortex-a9"; |
38 | reg = <2>; | 40 | reg = <2>; |
41 | clock-frequency = <1000000000>; | ||
39 | }; | 42 | }; |
40 | cpu@3 { | 43 | cpu@3 { |
41 | device_type = "cpu"; | 44 | device_type = "cpu"; |
42 | compatible = "arm,cortex-a9"; | 45 | compatible = "arm,cortex-a9"; |
43 | reg = <3>; | 46 | reg = <3>; |
47 | clock-frequency = <1000000000>; | ||
44 | }; | 48 | }; |
45 | }; | 49 | }; |
46 | 50 | ||