]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "serial: ns16550: fix debug uart putc called before init"
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Mon, 3 Dec 2018 20:55:33 +0000 (21:55 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 4 Dec 2018 02:50:47 +0000 (21:50 -0500)
commita29143a34104f5430cef21dc7f168b847bda7964
tree0bd10460c4758cebc8d994308bc9f328c9b2e05f
parent4916110d928da51800821bd5ed4cb5d128539886
Revert "serial: ns16550: fix debug uart putc called before init"

This reverts commit c0009e32e93ee6af9a1a74a39d053bc005c3e95a since it
does not seem to work at least on rk3399.

The Rockchip Technical Reference Manual (TRM) for the rk3399 says the baud
rate prescaler register is readable only when USR[0] is zero. Since this
bit is defined as "reserved" in the socfpga cylcone5 TRM, let's rather
drop this than making the ns16550 debug uart more platform specific.

Reported-by: Roosen Henri <Henri.Roosen@ginzinger.com>
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com
drivers/serial/ns16550.c