]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit74b1e96de75c4e6df4856874b5e2018573d0f114
tree6154acc9a50fe7112b3be8479794dc70fc541aa1
parent7f9523a8ae439270b8323132cab2ab02bb307b7d
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