commit | 48fed40575b3e8eae960eb0141509ddd9a73012a | [log] [tgz] |
---|---|---|
author | Andrew Dyer <adyer@righthandtech.com> | Fri Sep 12 02:20:46 2008 +0200 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri Sep 12 02:20:46 2008 +0200 |
tree | 5182512a209813bf8a7c5cc2df81dbf9d8094b2e | |
parent | 6e1551a870d360805b9d172dc56d935064abe71d [diff] |
i.MX use u-boot baud rate and don't assume UART master clock 1) Change the i.MX serial driver to use the baud rate set in the u-boot environment 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write one to clear" like other status bits in the reg.) Signed-off-by: Andrew Dyer <adyer@righthandtech.com>