diff options
Diffstat (limited to 'arch/avr32/mach-at32ap/at32ap700x.c')
-rw-r--r-- | arch/avr32/mach-at32ap/at32ap700x.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/avr32/mach-at32ap/at32ap700x.c b/arch/avr32/mach-at32ap/at32ap700x.c index 7f8759a8a92a..a68f3cf7c3c1 100644 --- a/arch/avr32/mach-at32ap/at32ap700x.c +++ b/arch/avr32/mach-at32ap/at32ap700x.c | |||
@@ -1983,6 +1983,9 @@ at32_add_device_nand(unsigned int id, struct atmel_nand_data *data) | |||
1983 | ARRAY_SIZE(smc_cs3_resource))) | 1983 | ARRAY_SIZE(smc_cs3_resource))) |
1984 | goto fail; | 1984 | goto fail; |
1985 | 1985 | ||
1986 | /* For at32ap7000, we use the reset workaround for nand driver */ | ||
1987 | data->need_reset_workaround = true; | ||
1988 | |||
1986 | if (platform_device_add_data(pdev, data, | 1989 | if (platform_device_add_data(pdev, data, |
1987 | sizeof(struct atmel_nand_data))) | 1990 | sizeof(struct atmel_nand_data))) |
1988 | goto fail; | 1991 | goto fail; |