9
0
Fork 0

pcm049: use NAND_BUSWIDTH_AUTO

autodetect bus width

Signed-off-by: Jan Weitzel <j.weitzel@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jan Weitzel 2012-08-27 12:56:04 +02:00 committed by Sascha Hauer
parent 4d5850ff9e
commit 466b62f4f3
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ static struct i2c_board_info i2c_devices[] = {
static struct gpmc_nand_platform_data nand_plat = {
.wait_mon_pin = 1,
.device_width = 8,
.ecc_mode = OMAP_ECC_BCH8_CODE_HW,
.nand_cfg = &omap4_nand_cfg,
};