Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c97926dd authored by Jason Liu's avatar Jason Liu Committed by Artem Bityutskiy
Browse files

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: default avatarJason Liu <jason.hui@linaro.org>
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@intel.com>
parent 38ca6ebc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */