|
@@ -332,8 +332,6 @@ static const struct of_device_id of_platform_serial_table[] = {
|
|
|
.data = (void *)PORT_ALTR_16550_F128, },
|
|
|
{ .compatible = "mrvl,mmp-uart",
|
|
|
.data = (void *)PORT_XSCALE, },
|
|
|
- { .compatible = "mrvl,pxa-uart",
|
|
|
- .data = (void *)PORT_XSCALE, },
|
|
|
{ /* end of list */ },
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, of_platform_serial_table);
|