forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serial/8250: add support for Ingenic jz4780 UARTs
The UART block used in Ingenic SoCs is advertised as NS16550 compatible, however it isn't quite. The only difference relevant to basic usage is the presence of a 'UART module enable' bit in the FCR register which must be set at all times in order for the UART block to function. This patch introduces a new UART port type for Ingenic jz4780 UARTs which simply sets that bit & provides appropriate flags. Signed-off-by: Paul Burton <[email protected]>
- Loading branch information
1 parent
dba26e1
commit 6b0f507
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters