Commit fa543f00 authored by Dan Williams's avatar Dan Williams Committed by Russell King

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

Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 84c981ff
...@@ -258,15 +258,11 @@ void __init iop13xx_platform_init(void) ...@@ -258,15 +258,11 @@ void __init iop13xx_platform_init(void)
if (init_uart == IOP13XX_INIT_UART_DEFAULT) { if (init_uart == IOP13XX_INIT_UART_DEFAULT) {
switch (iop13xx_dev_id()) { switch (iop13xx_dev_id()) {
/* enable both uarts on iop341 and iop342 */ /* enable both uarts on iop341 */
case 0x3380: case 0x3380:
case 0x3384: case 0x3384:
case 0x3388: case 0x3388:
case 0x338c: case 0x338c:
case 0x3382:
case 0x3386:
case 0x338a:
case 0x338e:
init_uart |= IOP13XX_INIT_UART_0; init_uart |= IOP13XX_INIT_UART_0;
init_uart |= IOP13XX_INIT_UART_1; init_uart |= IOP13XX_INIT_UART_1;
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment