summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-12-13 17:18:42 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2018-12-27 15:40:53 +0100
commit841700f8a2eaeda184b0fcdd14711f6b2c62990c (patch)
treebc17121196be8c32603fc319af12763966b960ac
parentba06a68c582936e77396a4451ef4e5ec65211fcd (diff)
This fixes TC58NYG2S0HBAI4 and TH58NYG3S0HBAI4 which got added in commit 2a1eb198705c ("colibri_t20: nand: add new v1.2b flashes") Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--arch/arm/mach-tegra/board-colibri_t20.c4
1 files 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,
},
},