summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshni Shah <roshni.shah@timesys.com>2014-01-07 22:11:40 -0500
committerRoshni Shah <roshni.shah@timesys.com>2014-01-07 22:11:40 -0500
commit9935621f5e99845161f17ad93448d9c9db5182a6 (patch)
treedd9fb494bc80f2f1663800250d856845a5f7568f
parent9585d52993ea20be03ed9c9de424aabb90664472 (diff)
Quartz: Configuring NAND driver to use 8bit bus width for Quartz
-rw-r--r--drivers/mtd/nand/fsl_nfc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/nand/fsl_nfc.c b/drivers/mtd/nand/fsl_nfc.c
index f84c785e4383..225687abf69c 100644
--- a/drivers/mtd/nand/fsl_nfc.c
+++ b/drivers/mtd/nand/fsl_nfc.c
@@ -916,11 +916,11 @@ fsl_nfc_probe(struct platform_device *pdev)
CONFIG_FAST_FLASH_MASK,
CONFIG_FAST_FLASH_SHIFT, 1);
#endif
-
+#if 0
nfc_set_field(mtd, NFC_FLASH_CONFIG,
CONFIG_16BIT_MASK,
CONFIG_16BIT_SHIFT, 1);
-
+#endif
/* Detect NAND chips */
if (nand_scan(mtd, 1)) {
printk(KERN_ERR DRV_NAME ": NAND Flash not found !\n");