m68knommu: make 5272 UART platform addressing consistent
authorGreg Ungerer <gerg@uclinux.org>
Fri, 23 Dec 2011 14:30:37 +0000 (00:30 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:05 +0000 (09:43 +1000)
commit023e0555a91988a67868077bf0fb1084d3745293
tree9ce4b628226624802540871d472c4c7f2a5a373c
parente8f69e545e51b9f2870d64082db533557b8d0d09
m68knommu: make 5272 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 5272 UART addressing so that:

. UARTs are numbered from 0 up
. base addresses are absolute (not relative to MBAR peripheral register)

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m5272sim.h
arch/m68k/platform/5272/config.c
This page took 0.024903 seconds and 5 git commands to generate.