Re: Bug in drivers/serial/of_serial.c?
From: Arnd Bergmann <arnd@arndb.de>
Date: 2009-11-16 08:14:20
From: Arnd Bergmann <arnd@arndb.de>
Date: 2009-11-16 08:14:20
On Sunday 15 November 2009, Alon Ziv wrote:
*)PORT_16450, },
- { .type = "serial", .compatible = "ns16550", .data = (void *)PORT_16550, },
+ { .type = "serial", .compatible = "ns16550", .data = (void *)PORT_16550A, },
Does not seem logical. If the device claims compatibility with ns16550, we should
not automatically assume it's an ns16550a. Why not add another line for
{ .type = "serial", .compatible = "ns16550a", .data = (void *)PORT_16550A, },
Arnd <><