m68knommu: make 5249 QSPI platform addressing consistent
commit2424f549020b6f87ea3b6e89fd7bd26ddf1f717b
authorGreg Ungerer <gerg@uclinux.org>
Sat, 24 Dec 2011 02:38:40 +0000 (24 12:38 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:09 +0000 (5 09:43 +1000)
treec1adc43406e79ad5bf2d0e412852a748eca6f956
parent36d175a4b249235927d75fb681484bd97cc4ea41
m68knommu: make 5249 QSPI platform addressing consistent

If we make all QSPI (SPI protocol) addressing consistent across all ColdFire
family members then we will be able to remove the duplicated plaform data
and code and use a single setup for all.

So modify the ColdFire 5249 QSPI addressing so that:

. base addresses are absolute (not relative to MBAR peripheral register)
. use a common name for IRQs used
. move chip select definitions (CS) to appropriate header

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