Merge tag 'ep93xx-fixes-for-3.12' of git://github.com/RyanMallon/linux-ep93xx into fixes
From Ryan Mallon, a fix for ep93xx. * tag 'ep93xx-fixes-for-3.12' of git://github.com/RyanMallon/linux-ep93xx: ARM: ep93xx: Don't use modem interface on the second UART Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
@ -281,7 +281,7 @@ static AMBA_APB_DEVICE(uart1, "apb:uart1", 0x00041010, EP93XX_UART1_PHYS_BASE,
|
|||||||
{ IRQ_EP93XX_UART1 }, &ep93xx_uart_data);
|
{ IRQ_EP93XX_UART1 }, &ep93xx_uart_data);
|
||||||
|
|
||||||
static AMBA_APB_DEVICE(uart2, "apb:uart2", 0x00041010, EP93XX_UART2_PHYS_BASE,
|
static AMBA_APB_DEVICE(uart2, "apb:uart2", 0x00041010, EP93XX_UART2_PHYS_BASE,
|
||||||
{ IRQ_EP93XX_UART2 }, &ep93xx_uart_data);
|
{ IRQ_EP93XX_UART2 }, NULL);
|
||||||
|
|
||||||
static AMBA_APB_DEVICE(uart3, "apb:uart3", 0x00041010, EP93XX_UART3_PHYS_BASE,
|
static AMBA_APB_DEVICE(uart3, "apb:uart3", 0x00041010, EP93XX_UART3_PHYS_BASE,
|
||||||
{ IRQ_EP93XX_UART3 }, &ep93xx_uart_data);
|
{ IRQ_EP93XX_UART3 }, &ep93xx_uart_data);
|
||||||
|
Reference in New Issue
Block a user