diff options
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-anubis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/mach-anubis.c b/arch/arm/mach-s3c2410/mach-anubis.c index 3e327b8e46be..cc97fbf66291 100644 --- a/arch/arm/mach-s3c2410/mach-anubis.c +++ b/arch/arm/mach-s3c2410/mach-anubis.c | |||
@@ -232,8 +232,8 @@ static void anubis_nand_select(struct s3c2410_nand_set *set, int slot) | |||
232 | 232 | ||
233 | static struct s3c2410_platform_nand anubis_nand_info = { | 233 | static struct s3c2410_platform_nand anubis_nand_info = { |
234 | .tacls = 25, | 234 | .tacls = 25, |
235 | .twrph0 = 80, | 235 | .twrph0 = 55, |
236 | .twrph1 = 80, | 236 | .twrph1 = 40, |
237 | .nr_sets = ARRAY_SIZE(anubis_nand_sets), | 237 | .nr_sets = ARRAY_SIZE(anubis_nand_sets), |
238 | .sets = anubis_nand_sets, | 238 | .sets = anubis_nand_sets, |
239 | .select_chip = anubis_nand_select, | 239 | .select_chip = anubis_nand_select, |