serial: 8250: add compatible for fsl,16550-FIFO64
Signed-off-by: Eric Tremblay <etremblay@distech-controls.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20220330104642.229507-4-u.kleine-koenig@pengutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
296385fe12
commit
bec1f1b66a
|
@ -326,6 +326,8 @@ static const struct of_device_id of_platform_serial_table[] = {
|
|||
.data = (void *)PORT_ALTR_16550_F64, },
|
||||
{ .compatible = "altr,16550-FIFO128",
|
||||
.data = (void *)PORT_ALTR_16550_F128, },
|
||||
{ .compatible = "fsl,16550-FIFO64",
|
||||
.data = (void *)PORT_16550A_FSL64, },
|
||||
{ .compatible = "mediatek,mtk-btif",
|
||||
.data = (void *)PORT_MTK_BTIF, },
|
||||
{ .compatible = "mrvl,mmp-uart",
|
||||
|
|
Loading…
Reference in New Issue