ARM: MX3: modularize 'mx31lite' code
authorDaniel Mack <daniel@caiaq.de>
Thu, 19 Nov 2009 11:02:06 +0000 (12:02 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 19 Nov 2009 16:11:01 +0000 (17:11 +0100)
commitb7d91a62cb402a3d24a15dca9d2b0c309c4227b4
tree835bde38de5f8af81d94a0c8c6afdfdc8baf896c
parent3f92a8bd5fb13e7e2505c65d1548910eaa843024
ARM: MX3: modularize 'mx31lite' code

This commit splits the support code for LogicPD's mx31lite hardware
into module and board specific parts.

This introduces a new mandatory coreparam called 'mx31lite_baseboard'
which specifies the base board support to use. For now, only the LiteKit
development board is supported, and developers of own boards are
encouraged to use that as reference.

The UART support moved to the board code.
Some comments were amended along the way.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/Makefile
arch/arm/mach-mx3/mx31lite-db.c [new file with mode: 0644]
arch/arm/mach-mx3/mx31lite.c
arch/arm/plat-mxc/include/mach/board-mx31lite.h