Skip to content

Commit

Permalink
davinci: DM365: Update NAND driver platform data
Browse files Browse the repository at this point in the history
This patch updates the NAND driver platform data to use 4-bit ECC and the
ECC_HW/ECC_HW_OOB_FIRST modes.

Signed-off-by: Sneha Narnakaje <nsnehaprabha@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
  • Loading branch information
Sneha Narnakaje authored and Kevin Hilman committed Nov 25, 2009
1 parent 74c987a commit dc4c05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-davinci/board-dm365-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ static struct davinci_nand_pdata davinci_nand_data = {
.nr_parts = ARRAY_SIZE(davinci_nand_partitions),
.ecc_mode = NAND_ECC_HW,
.options = NAND_USE_FLASH_BBT,
.ecc_bits = 4,
};

static struct resource davinci_nand_resources[] = {
Expand Down

0 comments on commit dc4c05a

Please sign in to comment.