AT91: dt: basic device tree showcase

From: Nicolas Ferre
Date: Fri Aug 05 2011 - 12:25:53 EST


Hi,

As a showcase, this is a basic device tree support for at91 SoC.
It add at91sam9g45 SoC with its Evaluation Kit board descriptions.
Only the dmaengine driver is converted at the moment so the support
is fairly simple.

Nicolas Ferre (2):
AT91: dt: at91sam9g45 family and board device tree files
AT91: dt: simple device tree support for at91sam9g45 family

arch/arm/boot/dts/at91sam9g45.dtsi | 27 ++++++++++++++++++++++
arch/arm/boot/dts/at91sam9m10g45ek.dts | 15 ++++++++++++
arch/arm/mach-at91/Kconfig | 8 ++++++
arch/arm/mach-at91/Makefile.boot | 2 +
arch/arm/mach-at91/at91sam9g45_devices.c | 3 +-
arch/arm/mach-at91/board-sam9m10g45ek.c | 36 ++++++++++++++++++++++++++++++
6 files changed, 90 insertions(+), 1 deletions(-)
create mode 100644 arch/arm/boot/dts/at91sam9g45.dtsi
create mode 100644 arch/arm/boot/dts/at91sam9m10g45ek.dts
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/