diff options
| author | Allen Xu <allen.xu@freescale.com> | 2012-04-10 16:53:01 +0800 |
|---|---|---|
| committer | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-08-28 09:47:14 -0700 |
| commit | 999d2a0d4eb546b2c1fe948666cc91fd2358b508 (patch) | |
| tree | 2171b5cecc19f31a11a1e46582ec9a62750257ac /include | |
| parent | c827eac10f5815f979460a9817c7cbe8c30bf846 (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.h | 1 |
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 |
