Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ARM] 4344/1: iop13xx: do not claim both uarts by default on iop342

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Dan Williams and committed by
Russell King
fa543f00 84c981ff

+1 -5
+1 -5
arch/arm/mach-iop13xx/setup.c
··· 258 258 259 259 if (init_uart == IOP13XX_INIT_UART_DEFAULT) { 260 260 switch (iop13xx_dev_id()) { 261 - /* enable both uarts on iop341 and iop342 */ 261 + /* enable both uarts on iop341 */ 262 262 case 0x3380: 263 263 case 0x3384: 264 264 case 0x3388: 265 265 case 0x338c: 266 - case 0x3382: 267 - case 0x3386: 268 - case 0x338a: 269 - case 0x338e: 270 266 init_uart |= IOP13XX_INIT_UART_0; 271 267 init_uart |= IOP13XX_INIT_UART_1; 272 268 break;