commit | 3207699b4dd37d20ea1379670a67cc78f1e9719c | [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 | ecd7ac9babca755c6206f9c752d0469f98db6fc4 [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>