From 841700f8a2eaeda184b0fcdd14711f6b2c62990c Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 13 Dec 2018 17:18:42 +0100 Subject: colibri_t20: nand: fix trp timing to be trea + 6ns for edo mode This fixes TC58NYG2S0HBAI4 and TH58NYG3S0HBAI4 which got added in commit 2a1eb198705c ("colibri_t20: nand: add new v1.2b flashes") Signed-off-by: Marcel Ziswiler Acked-by: Philippe Schenker --- arch/arm/mach-tegra/board-colibri_t20.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-tegra/board-colibri_t20.c b/arch/arm/mach-tegra/board-colibri_t20.c index a860e3b60da4..4f51335abe3f 100644 --- a/arch/arm/mach-tegra/board-colibri_t20.c +++ b/arch/arm/mach-tegra/board-colibri_t20.c @@ -967,7 +967,7 @@ static struct tegra_nand_chip_parms nand_chip_parms[] = { .twhr = 60, .tcr_tar_trr = 25, /* Max(tCR, tAR, tRR) */ .twb = 100, - .trp_resp = 12, /* tRP */ + .trp_resp = 26, /* TREA + 6ns EDO timing */ .tadl = 100, }, }, @@ -1005,7 +1005,7 @@ static struct tegra_nand_chip_parms nand_chip_parms[] = { .twhr = 60, .tcr_tar_trr = 25, /* Max(tCR, tAR, tRR) */ .twb = 100, - .trp_resp = 12, /* tRP */ + .trp_resp = 26, /* TREA + 6ns EDO timing */ .tadl = 100, }, }, -- cgit v1.2.3