commit | fd1569d4f9bc9405dbe05ba0631394795cf484aa | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Thu Dec 27 10:56:54 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Feb 05 00:04:15 2008 +0100 |
tree | 4e2df3fe3e56fca089d31ac9d3f4b17bd82115cd | |
parent | 06a4fc02c779b8c965428066a7a825316aab0e9e [diff] |
OMAP5912: fix FIFO handling in UART driver According to the OMAP5912 Serial Interfaces Reference Guide (see http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the FIFO_EN enable bit in the FIFO Control Register (FCR) can only be changed when the baud clock is not running, i. e. when both DLL and DLH are set to 0. Thus make sure that DLL and DLH are 0 when writing the FCR. Signed-off-by: Wolfgang Denk <wd@denx.de>