This patch adds A{2..4}CR constants to support NAND (or anything on
the EMIF) on chip selects other than CS2.Signed-off-by: Bernard Blackham <[EMAIL PROTECTED]> --- include/asm-arm/arch-davinci/nand.h | 3 +++ 1 file changed, 3 insertions(+) Index: linux-2.6.24-tl1/include/asm-arm/arch-davinci/nand.h =================================================================== --- linux-2.6.24-tl1.orig/include/asm-arm/arch-davinci/nand.h 2008-04-18 03:07:46.000000000 +0800 +++ linux-2.6.24-tl1/include/asm-arm/arch-davinci/nand.h 2008-04-18 03:08:41.000000000 +0800 @@ -33,6 +33,9 @@ #define NRCSR_OFFSET 0x00 #define AWCCR_OFFSET 0x04 #define A1CR_OFFSET 0x10 +#define A2CR_OFFSET 0x14 +#define A3CR_OFFSET 0x18 +#define A4CR_OFFSET 0x1C #define NANDFCR_OFFSET 0x60 #define NANDFSR_OFFSET 0x64 #define NANDF1ECC_OFFSET 0x70 _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
