Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hw/lpc-uart: read from RBR to clear character timeout interrupts
When using the aspeed SUART, we see a condition where the UART sends continuous character timeout interrupts. This change adds a (heavily commented) dummy read from the RBR to clear the interrupt condition on init. Signed-off-by: Jeremy Kerr <[email protected]> Signed-off-by: Stewart Smith <[email protected]>
- Loading branch information