ARM: cns3xxx: initial DT support
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2013 21:27:32 +0000 (22:27 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2013 21:30:21 +0000 (22:30 +0100)
commit415f59142d9d9dd023deaeb3b4dfc1aecdd3983c
tree3d74c3a5b87dea625ca328897751c3253594ae68
parent15bc1fe67f66644c8093cc2d3304217d1c7de797
ARM: cns3xxx: initial DT support

This adds very minimal support for booting cns3xxx using a device
tree. It should support the same devices that cns3420vb provides
but gets them from the DT. All devices that don't have their own
binding are probed through auxdata. This is completely untested
and likely incomplete.

Booting through ATAGS is made optional, so it can be turned off
by anybody who has a DTB file.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-cns3xxx/Kconfig
arch/arm/mach-cns3xxx/Makefile
arch/arm/mach-cns3xxx/core.c