Hi Scott,
In our custom board we are using uart_1, currently the pins(UART1_SIN & UART1_SOUT) are left open in our custom board.
on probing, UART1_SOUT remain high and where us UART1_SIN remain low. i.e, receiver line is low more than start bit.
Which causes
sh-4.3# stty 9600 -F /dev/ttyS1
serial8250: too much work for irq42 - 0x6 lsr[0x10]
serial8250: too much work for irq42 - 0x6 lsr[0x10]
serial8250: too much work for irq42 - 0x6 lsr[0x10]
serial8250: too much work for irq42 - 0x6 lsr[0x10]
where I have edited the printk in drivers/tty/serial/8250/8250_core.c to display interrupt status(0x6) and line status register(0x10).
do I need to enable uart1 in "GUTS_DEVDISR1"?
Regards
Nobel