ARM: mach-shmobile: r8a7779: Allow initialisation of GIC by DT
authorSimon Horman <horms+renesas@verge.net.au>
Tue, 29 Jan 2013 05:21:46 +0000 (14:21 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 12 Mar 2013 17:13:18 +0000 (02:13 +0900)
commitc58a1545e39ed1ff54dd2c167d3d25ae62c0dbd3
tree6154acc9a50fe7112b3be8479794dc70fc541aa1
parentdf2ddd7b9b781f0aee7fc90e6bed21e62ebf7564
ARM: mach-shmobile: r8a7779: Allow initialisation of GIC by DT

This allows the GIC interrupt controller of the  r8a7779 SoC to be
initialised using a flattened device tree blob.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---

v3
* Fix copy-paste error and use unique reg values for each CPU

v2
As suggested by Mark Rutland
* Add reg and device_type to cpus
* Remove #address-cells from gic
arch/arm/boot/dts/r8a7779.dtsi [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/common.h
arch/arm/mach-shmobile/intc-r8a7779.c