m68knommu: make 5407 UART platform addressing consistent
authorGreg Ungerer <gerg@uclinux.org>
Fri, 23 Dec 2011 14:43:13 +0000 (00:43 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:06 +0000 (09:43 +1000)
commit69d23b610a04e269d6a094e6f3e37d85d6b2784a
tree53c4ae523410ffe49504ac10500c5779b754a2e8
parent35b7cf22c6b2481f7c425f30898214f73376834d
m68knommu: make 5407 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 5407 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/m5407sim.h
arch/m68k/platform/5407/config.c