All supported configurations of the MityDSP-l138 and MityARM-1808 SoMs use the pin associated with CTS on UART1 as either an AHCLKX input or a USB_REFCLKIN input. Disable modem status interrupts associated with this pin. Signed-off-by: Michael Williamson <michael.williamson@xxxxxxxxxxxxxxxx> --- This is against the linux-davinci tree. arch/arm/mach-davinci/board-mityomapl138.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/board-mityomapl138.c b/arch/arm/mach-davinci/board-mityomapl138.c index 0bb5f0c..10ea4cb 100644 --- a/arch/arm/mach-davinci/board-mityomapl138.c +++ b/arch/arm/mach-davinci/board-mityomapl138.c @@ -283,7 +283,8 @@ static void __init mityomapl138_setup_nand(void) } static struct davinci_uart_config mityomapl138_uart_config __initdata = { - .enabled_uarts = 0x7, + .enabled_uarts = 0x7, + .disable_msi = 0x2, }; static const short mityomap_mii_pins[] = { -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html