m68knommu: fix ColdFire 5272 serial baud rates in mcf.c
authorJohn Adamson <jadamson@allen-organ.com>
Fri, 22 Aug 2008 06:43:49 +0000 (16:43 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 27 Jan 2009 06:42:00 +0000 (16:42 +1000)
commit26a4bc66a6f57299027e04d90b14fe56a44c6d2b
tree78465b6c8de7c1309f59667455287df9f88f2c76
parentc7bcd0df1f2879fcedc3f55323c3afa7bb1f4295
m68knommu: fix ColdFire 5272 serial baud rates in mcf.c

I noticed (the hard way) that the mcf.c driver doesn't support the fractional precision register on the MCF5272.  This makes the console dicey at 115200 baud and a system clock of 66.0 MHz.  On the other hand, if your hardware is running at 66.666 MHz, it probably isn't a problem.

Patch submitted by John Adamson <jadamson@allen-organ.com>

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
drivers/serial/mcf.c