]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00179284-1 support ONFI NAND device on mx6q_arm2_pop board
authorAllen Xu <allen.xu@freescale.com>
Tue, 10 Apr 2012 08:53:01 +0000 (16:53 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:30 +0000 (14:11 +0200)
Add a platform data to indicate whether the board support ONFI nand

Signed-off-by: Allen Xu <allen.xu@freescale.com>
include/linux/mtd/gpmi-nand.h

index 6659446591ec596c75af6bcfd494cb4d34d532ef..e4b52f281df5cf33ba843bc9513598180d8752c9 100644 (file)
@@ -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