Much better ... but I hope someone will clean up the duplicate #defines below, at some point. Maybe just make them DM6466_ASYNC_EMIF_* symbols or whatever, which live in a common header
The different ARM-equipped flavors of DaVinci chips aren't in full agreement about these addresses. And they needn't be. ;) - Dave On Tuesday 09 December 2008, Felipe Balbi wrote: > --- a/arch/arm/mach-davinci/board-dm644x-evm.c > +++ b/arch/arm/mach-davinci/board-dm644x-evm.c > @@ -43,6 +43,7 @@ > > #define DAVINCI_CFC_ATA_BASE 0x01C66000 > > +#define DAVINCI_ASYNC_EMIF_CONTROL_BASE 0x01e00000 > #define DAVINCI_ASYNC_EMIF_DATA_CE0_BASE 0x02000000 > #define DAVINCI_ASYNC_EMIF_DATA_CE1_BASE 0x04000000 > #define DAVINCI_ASYNC_EMIF_DATA_CE2_BASE 0x06000000 > --- a/arch/arm/mach-davinci/board-sffsdr.c > +++ b/arch/arm/mach-davinci/board-sffsdr.c > @@ -54,6 +54,7 @@ > #include <mach/serial.h> > #include <mach/psc.h> > > +#define DAVINCI_ASYNC_EMIF_CONTROL_BASE 0x01e00000 > #define DAVINCI_ASYNC_EMIF_DATA_CE0_BASE 0x02000000 > _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
