diff options
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3pandora.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c index 1d10736c6d3c..a3d655c0a49b 100644 --- a/arch/arm/mach-omap2/board-omap3pandora.c +++ b/arch/arm/mach-omap2/board-omap3pandora.c | |||
@@ -86,7 +86,8 @@ static struct mtd_partition omap3pandora_nand_partitions[] = { | |||
86 | 86 | ||
87 | static struct omap_nand_platform_data pandora_nand_data = { | 87 | static struct omap_nand_platform_data pandora_nand_data = { |
88 | .cs = 0, | 88 | .cs = 0, |
89 | .devsize = 1, /* '0' for 8-bit, '1' for 16-bit device */ | 89 | .devsize = NAND_BUSWIDTH_16, |
90 | .xfer_type = NAND_OMAP_PREFETCH_DMA, | ||
90 | .parts = omap3pandora_nand_partitions, | 91 | .parts = omap3pandora_nand_partitions, |
91 | .nr_parts = ARRAY_SIZE(omap3pandora_nand_partitions), | 92 | .nr_parts = ARRAY_SIZE(omap3pandora_nand_partitions), |
92 | }; | 93 | }; |