[ARM] 3490/1: i.MX: move uart resources to board files
authorSascha Hauer <sascha@saschahauer.de>
Thu, 4 May 2006 13:07:42 +0000 (14:07 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 4 May 2006 13:07:42 +0000 (14:07 +0100)
commit5b802344357338a4d645beac8ca97470bcbe3542
treef3f8df6cb9bec5ddb6dc947ea99eb9454232066b
parentb2556da55f78a9dbe92830b1d1c0b612edfea9fd
[ARM] 3490/1: i.MX: move uart resources to board files

Patch from Sascha Hauer

This patch moves the i.MX uart resources and the gpio pin setup to the
board files. This allows the boards to decide how many internal uarts
are connected to the outside world and whether they use rts/cts or
not.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-imx/generic.c
arch/arm/mach-imx/mx1ads.c
drivers/serial/imx.c
include/asm-arm/arch-imx/imx-uart.h [new file with mode: 0644]