Pārlūkot izejas kodu

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 <s-paulraj@ti.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Sandeep Paulraj 16 gadi atpakaļ
vecāks
revīzija
0c1684437e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      include/asm-arm/arch-davinci/nand_defs.h

+ 1 - 1
include/asm-arm/arch-davinci/nand_defs.h

@@ -29,7 +29,7 @@
 #include <asm/arch/hardware.h>
 
 #define	MASK_CLE	0x10
-#define	MASK_ALE	0x0a
+#define	MASK_ALE	0x08
 
 #define NAND_READ_START		0x00
 #define NAND_READ_END		0x30