Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: serial8250_uart: use 32-bit accesses to the uart registers
Due to hardware design, some platforms can't access the peripheral IO registers once a byte(8-bit) but once a word(32-bit). Obviously, using 32-bit accesses to the registers is more flexible for other plaforms to use serial8250 uart. Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
- Loading branch information