diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-01-29 06:21:46 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-03-12 18:13:18 +0100 |
commit | c58a1545e39ed1ff54dd2c167d3d25ae62c0dbd3 (patch) | |
tree | 6154acc9a50fe7112b3be8479794dc70fc541aa1 /arch/arm/mach-shmobile/include/mach/common.h | |
parent | ARM: shmobile: add MMCIF and SDHI DT clock aliases to sh73a0 and r8a7740 (diff) | |
download | linux-c58a1545e39ed1ff54dd2c167d3d25ae62c0dbd3.tar.xz linux-c58a1545e39ed1ff54dd2c167d3d25ae62c0dbd3.zip |
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
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index e48606d8a2be..3f067100bb05 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h @@ -59,6 +59,7 @@ extern void r8a7740_pinmux_init(void); extern void r8a7740_pm_init(void); extern void r8a7779_init_irq(void); +extern void r8a7779_init_irq_dt(void); extern void r8a7779_map_io(void); extern void r8a7779_earlytimer_init(void); extern void r8a7779_add_early_devices(void); |