[ARM] MINI2440: Add machine support
authorMichel Pollet <buserror@gmail.com>
Wed, 25 Mar 2009 17:19:14 +0000 (17:19 +0000)
committerBen Dooks <ben-linux@fluff.org>
Mon, 15 Jun 2009 21:09:45 +0000 (22:09 +0100)
commit5102aa4acdbde305646ae60c5eec7042b5016a0e
treed2fedea64da6309d046f260f653ed2ce85b74921
parent45e3e1935e2857c54783291107d33323b3ef33c8
[ARM] MINI2440: Add machine support

The MINI2440 is a chinese made s3c2440 development board with
a large set of peripherals.
This patch provides machine support for almost all the features
of the board.

Since it can come with various "options" fitted, a kernel parameter
is used to specify the lcd size, backlight control and touchscreen.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2440/Kconfig
arch/arm/mach-s3c2440/Makefile
arch/arm/mach-s3c2440/mach-mini2440.c [new file with mode: 0644]