ARM: clps711x: autcpu12: Fix incorrect NAND CLE GPIO
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 15 Feb 2014 08:05:30 +0000 (12:05 +0400)
committerArnd Bergmann <arnd@arndb.de>
Fri, 28 Feb 2014 16:43:21 +0000 (17:43 +0100)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-clps711x/board-autcpu12.c

index f8d71a89644ab222f08a33f7d81e5fb4964ff4b8..5f831133178f5d0c58d6a7009959a2c070d35b3b 100644 (file)
@@ -73,7 +73,7 @@
 #define AUTCPU12_SMC_NCE       (AUTCPU12_MMGPIO_BASE + 0) /* Bit 0 */
 #define AUTCPU12_SMC_RDY       CLPS711X_GPIO(1, 2)
 #define AUTCPU12_SMC_ALE       CLPS711X_GPIO(1, 3)
-#define AUTCPU12_SMC_CLE       CLPS711X_GPIO(1, 3)
+#define AUTCPU12_SMC_CLE       CLPS711X_GPIO(1, 4)
 
 /* LCD contrast digital potentiometer */
 #define AUTCPU12_DPOT_CS       CLPS711X_GPIO(4, 0)
This page took 0.024928 seconds and 5 git commands to generate.