mtd: mxc_nand: add mx53 NFC driver support

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Nov 7 11:59:29 EST 2011


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=c97926dd8d7cc094830b253afc817cbf406c0de7
Commit:     c97926dd8d7cc094830b253afc817cbf406c0de7
Parent:     38ca6ebc72d59c0c4f52d443c69fc4a17765666a
Author:     Jason Liu <jason.hui at linaro.org>
AuthorDate: Mon Aug 22 14:13:17 2011 +0800
Committer:  Artem Bityutskiy <artem.bityutskiy at intel.com>
CommitDate: Sun Sep 11 15:02:17 2011 +0300

    mtd: mxc_nand: add mx53 NFC driver support
    
    This has already been tested with Samsung NAND: K9LAG08U0M
    on MX53EVK board, ubi/ubifs has already been tested OK too.
    
    Signed-off-by: Jason Liu <jason.hui at linaro.org>
    Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
 drivers/mtd/nand/mxc_nand.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c
index ebeb843..4d4c677 100644
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -41,7 +41,7 @@
 
 #define nfc_is_v21()		(cpu_is_mx25() || cpu_is_mx35())
 #define nfc_is_v1()		(cpu_is_mx31() || cpu_is_mx27() || cpu_is_mx21())
-#define nfc_is_v3_2()		cpu_is_mx51()
+#define nfc_is_v3_2()		(cpu_is_mx51() || cpu_is_mx53())
 #define nfc_is_v3()		nfc_is_v3_2()
 
 /* Addresses for NFC registers */



More information about the linux-mtd-cvs mailing list