m68knommu: make 5307 UART platform addressing consistent
authorGreg Ungerer <gerg@uclinux.org>
Fri, 23 Dec 2011 14:36:03 +0000 (00:36 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:06 +0000 (09:43 +1000)
commit909159feb3415afc6300281c9dfa856aa3875c32
tree0e6d7131e36a6fd108c90f8e1e8101827afceb7c
parent20e681fdfa077b6a4e0fb777f10aa3c4bf34ece8
m68knommu: make 5307 UART platform addressing consistent

If we make all UART addressing consistent across all ColdFire family members
then we will be able to remove the duplicated plaform data and use a single
setup for all.

So modify the ColdFire 5307 UART addressing so that:

. UARTs are numbered from 0 up
. base addresses are absolute (not relative to MBAR peripheral register)
. use a common name for IRQs used

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m5307sim.h
arch/m68k/platform/5307/config.c