X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fppc%2Fplatforms%2F85xx%2Fsbc8560.c;h=a4a91aa6afce0b19c3066bbd8bf2c1f71b3b9a6e;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=c32d662fe7510d44fcb09206ce8218c87ec04d08;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/arch/ppc/platforms/85xx/sbc8560.c b/arch/ppc/platforms/85xx/sbc8560.c index c32d662fe..a4a91aa6a 100644 --- a/arch/ppc/platforms/85xx/sbc8560.c +++ b/arch/ppc/platforms/85xx/sbc8560.c @@ -30,6 +30,7 @@ #include #include /* for linux/serial_core.h */ #include +#include #include #include @@ -92,6 +93,7 @@ sbc8560_early_serial_map(void) uart_req.iotype = SERIAL_IO_MEM; uart_req.mapbase = UARTA_ADDR; uart_req.membase = ioremap(uart_req.mapbase, MPC85xx_UART0_SIZE); + uart_req.type = PORT_16650; #if defined(CONFIG_SERIAL_TEXT_DEBUG) || defined(CONFIG_KGDB) gen550_init(0, &uart_req);