From: Dan Williams Date: Sun, 29 Apr 2007 08:33:22 +0000 (+0100) Subject: [ARM] 4344/1: iop13xx: do not claim both uarts by default on iop342 X-Git-Tag: v2.6.22-rc1~1009^2~1^5~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=fa543f005de175080640266ca536d45b4b0b1a61;p=linux-2.6-omap-h63xx.git [ARM] 4344/1: iop13xx: do not claim both uarts by default on iop342 Signed-off-by: Dan Williams Signed-off-by: Russell King --- diff --git a/arch/arm/mach-iop13xx/setup.c b/arch/arm/mach-iop13xx/setup.c index 9a46bcd5f18..bc4871553f6 100644 --- a/arch/arm/mach-iop13xx/setup.c +++ b/arch/arm/mach-iop13xx/setup.c @@ -258,15 +258,11 @@ void __init iop13xx_platform_init(void) if (init_uart == IOP13XX_INIT_UART_DEFAULT) { switch (iop13xx_dev_id()) { - /* enable both uarts on iop341 and iop342 */ + /* enable both uarts on iop341 */ case 0x3380: case 0x3384: case 0x3388: case 0x338c: - case 0x3382: - case 0x3386: - case 0x338a: - case 0x338e: init_uart |= IOP13XX_INIT_UART_0; init_uart |= IOP13XX_INIT_UART_1; break;