• Rob Herring's avatar
    tty/serial: of_serial: add support for PXA/MMP uarts · 6ad991b6
    Rob Herring authored
    Add mrvl,pxa-uart and mrvl,mmp-uart compatible strings for the of_serial
    driver. These are 8250 variants which have a port type of PORT_XSCALE.
    
    There is also the serial driver pxa.c with these compatible strings
    already. However, it can be replaced with the common 8250 driver. It has
    some issues like it cannot coexist with the 8250 driver due to tty name
    collision. That also means adding these compatible strings here should
    not case a problem.
    Signed-off-by: default avatarRob Herring <robh@kernel.org>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Jiri Slaby <jslaby@suse.cz>
    Cc: linux-serial@vger.kernel.org
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    6ad991b6
of_serial.c 8.64 KB