diff options
author | Magnus Damm <damm@opensource.se> | 2013-09-14 11:28:58 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-30 03:10:00 -0400 |
commit | 2007e74ca3769fd353fe87a7a105c14102d7980c (patch) | |
tree | 3e59323074f71ba9930c654fdb8f7520999d9a9b | |
parent | c1f95979baa9c33c5e6c280d7a8742fad0d20326 (diff) |
ARM: shmobile: Add r8a7790 CA7 CPU cores to DTSI
Add r8a7790 Cortex-A7 CPU information to DTSI.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 388f49f675bb..a0cfb6618884 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi | |||
@@ -45,6 +45,34 @@ | |||
45 | reg = <3>; | 45 | reg = <3>; |
46 | clock-frequency = <1300000000>; | 46 | clock-frequency = <1300000000>; |
47 | }; | 47 | }; |
48 | |||
49 | cpu4: cpu@4 { | ||
50 | device_type = "cpu"; | ||
51 | compatible = "arm,cortex-a7"; | ||
52 | reg = <0x100>; | ||
53 | clock-frequency = <780000000>; | ||
54 | }; | ||
55 | |||
56 | cpu5: cpu@5 { | ||
57 | device_type = "cpu"; | ||
58 | compatible = "arm,cortex-a7"; | ||
59 | reg = <0x101>; | ||
60 | clock-frequency = <780000000>; | ||
61 | }; | ||
62 | |||
63 | cpu6: cpu@6 { | ||
64 | device_type = "cpu"; | ||
65 | compatible = "arm,cortex-a7"; | ||
66 | reg = <0x102>; | ||
67 | clock-frequency = <780000000>; | ||
68 | }; | ||
69 | |||
70 | cpu7: cpu@7 { | ||
71 | device_type = "cpu"; | ||
72 | compatible = "arm,cortex-a7"; | ||
73 | reg = <0x103>; | ||
74 | clock-frequency = <780000000>; | ||
75 | }; | ||
48 | }; | 76 | }; |
49 | 77 | ||
50 | gic: interrupt-controller@f1001000 { | 78 | gic: interrupt-controller@f1001000 { |