commit | 08621424ce3b8ce99c22df4b2b4a13ce89fa40a1 | [log] [tgz] |
---|---|---|
author | Max Krummenacher <max.krummenacher@toradex.com> | Fri Feb 08 18:42:21 2019 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Sat Apr 13 20:30:09 2019 +0200 |
tree | 1495f76f5aaf476bfefa79a1856922a3be5049f9 | |
parent | c508d22abbf0bcf2ee0fe649810ed62dcb58acaa [diff] |
colibri imx6: disable ri and dcd irq in uarts If the UART is used in DTE mode the RI and DCD bits in UCR3 become irq enable bits. Both are set to enabled after reset and both likely are pending. Disable the bits also on UARTs not used in the boot loader to prevent an interrupt storm when Linux enables the UART interrupts. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>