]> git.karo-electronics.de Git - karo-tx-linux.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, 19 Feb 2013 01:05:30 +0000 (10:05 +0900)
commit618f81d46e70540ed52a804c462ae2d1e302b372
tree9244bf631fb9fc3be54c9c96e5547292465c288e
parent9045a0db33cd1716eef813eeb0a045f31f2f3c26
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