]> bbs.cooldavid.org Git - net-next-2.6.git/commit
m68knommu: fix 5307 ColdFire UART vector setup
authorGreg Ungerer <gerg@uclinux.org>
Tue, 24 Mar 2009 07:22:05 +0000 (17:22 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 24 Mar 2009 07:37:57 +0000 (17:37 +1000)
commit9242ef12f0d174da1739a071fb4a5fc5de27905e
tree9451acce18ff78069f42e2959f4b2fe205bb5fef
parentd62db60659416499b763a00c953f23ed1c9a5c46
m68knommu: fix 5307 ColdFire UART vector setup

There is a couple of problems with the UART vector setup for the 5307
ColdFire UART. The ICR register access should be 8bit, not 32bit. The
address of the UIVR register is wrong, it needs to be offset into the
MBAR register region. Fix these.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/platform/5307/config.c