summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAllen Xu <allen.xu@freescale.com>2012-04-10 16:53:01 +0800
committerAllen Xu <allen.xu@freescale.com>2012-04-12 15:25:33 +0800
commitbcc4c039d443770f7a8d15917a11bffe2c3064f7 (patch)
tree76f2faeb3651397dd153ef65c1f49d02e5a51ea0 /include
parentf5cb0f22965283ac2d2f6af2466f6392c148bd8e (diff)
ENGR00179284-1 support ONFI NAND device on mx6q_arm2_pop board
Add a platform data to indicate whether the board support ONFI nand Signed-off-by: Allen Xu <allen.xu@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/gpmi-nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/gpmi-nand.h b/include/linux/mtd/gpmi-nand.h
index 6659446591ec..e4b52f281df5 100644
--- a/include/linux/mtd/gpmi-nand.h
+++ b/include/linux/mtd/gpmi-nand.h
@@ -66,5 +66,6 @@ struct gpmi_nand_platform_data {
struct mtd_partition *partitions;
unsigned partition_count;
unsigned int enable_bbt:1;
+ unsigned int enable_ddr:1;
};
#endif