From: Allen Xu Date: Tue, 10 Apr 2012 08:53:01 +0000 (+0800) Subject: ENGR00179284-1 support ONFI NAND device on mx6q_arm2_pop board X-Git-Tag: v3.0.35-fsl_4.1.0~1359 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f83afe3cef19635441ec9e97f31a1c508a16d9f4;p=karo-tx-linux.git 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 --- 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