ARM: 7518/1: integrator: convert AMBA devices to device tree
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 6 Sep 2012 08:08:47 +0000 (09:08 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 17 Sep 2012 22:20:22 +0000 (23:20 +0100)
commit4672cddff21f6edde857aa4b523bbc1bfc741cf8
tree95af82598243419da14f78aab39474778071fed3
parent4980f9bc2cec0f8ff0e0f2b021d46c7606ae1849
ARM: 7518/1: integrator: convert AMBA devices to device tree

This converts the AMBA (PrimeCell) devices on the Integrator/AP
and Integrator/CP over to probing from the Device Tree if the
kernel is compiled for Device Tree support.

We continue to #ifdef out all non-DT code and vice versa on
respective boot type to get a clean cut.

We need to add a bunch of auxdata (compare to the Versatile)
to handle bus names and callbacks alike.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/dts/integrator.dtsi
arch/arm/boot/dts/integratorap.dts
arch/arm/boot/dts/integratorcp.dts
arch/arm/mach-integrator/common.h
arch/arm/mach-integrator/core.c
arch/arm/mach-integrator/integrator_ap.c
arch/arm/mach-integrator/integrator_cp.c