From 0c1684437ef810c503df29e8d73f63191aa63862 Mon Sep 17 00:00:00 2001 From: Sandeep Paulraj Date: Wed, 29 Apr 2009 09:47:09 -0400 Subject: ARM DaVinci: Changing ALE Mask Value The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value from '0xa' to '0x8'. This is the mask we use for all TI releases. Signed-off-by: Sandeep Paulraj Signed-off-by: Scott Wood --- include/asm-arm/arch-davinci/nand_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asm-arm') diff --git a/include/asm-arm/arch-davinci/nand_defs.h b/include/asm-arm/arch-davinci/nand_defs.h index 70094e756d..ba75cd66c5 100644 --- a/include/asm-arm/arch-davinci/nand_defs.h +++ b/include/asm-arm/arch-davinci/nand_defs.h @@ -29,7 +29,7 @@ #include #define MASK_CLE 0x10 -#define MASK_ALE 0x0a +#define MASK_ALE 0x08 #define NAND_READ_START 0x00 #define NAND_READ_END 0x30 -- cgit v1.2.1