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 <><
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to