]> err.no Git - linux-2.6/blobdiff - drivers/serial/mpc52xx_uart.c
tdfxfb: fix section mismatch warnings
[linux-2.6] / drivers / serial / mpc52xx_uart.c
index 1e3721a0eef74045e5e5a26b62728766d2dafc8c..3c4d29e59b2c58581d1b380e95fabff4f5e9a6df 100644 (file)
@@ -130,7 +130,9 @@ static irqreturn_t mpc52xx_uart_int(int irq, void *dev_id);
 
 #if defined(CONFIG_PPC_MERGE)
 static struct of_device_id mpc52xx_uart_of_match[] = {
-       { .type = "serial", .compatible = "mpc5200-psc-uart", },
+       { .type = "serial", .compatible = "fsl,mpc5200-psc-uart", },
+       { .type = "serial", .compatible = "mpc5200-psc-uart", }, /* lite5200 */
+       { .type = "serial", .compatible = "mpc5200-serial", }, /* efika */
        {},
 };
 #endif