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)
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>

No differences found