Skip to content

Commit

Permalink
tuna: revert o sane ram timings/clock. Previous configuration was reb…
Browse files Browse the repository at this point in the history
…ooting the device 2-4 minutes into Stability Test.

Signed-off-by: franciscofranco <[email protected]>
  • Loading branch information
franciscofranco committed Sep 17, 2014
1 parent 05ca9df commit af570e9
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions arch/arm/mach-omap2/board-tuna-emif.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,48 +16,48 @@
#include "board-tuna.h"

const struct lpddr2_timings lpddr2_samsung_timings_400_mhz = {
.max_freq = 466666666,
.RL = 1,
.tRPab = 11, // limit
.tRCD = 11, // limit
.tWR = 1,
.tRASmin = 11, // limit
.tRRD = 5, // doesn't seem to change performance
.tWTRx2 = 6, // doesn't seem to change performance
.tXSR = 121, // tRCD*tRASmin
.tXPx2 = 12,
.tRFCab = 80,
.tRTPx2 = 8,
.max_freq = 400000000,
.RL = 5,
.tRPab = 14,
.tRCD = 14,
.tWR = 10,
.tRASmin = 30,
.tRRD = 10,
.tWTRx2 = 15,
.tXSR = 140,
.tXPx2 = 15,
.tRFCab = 130,
.tRTPx2 = 15,
.tCKE = 3,
.tCKESR = 15,
.tZQCS = 70,
.tZQCL = 340,
.tZQCS = 90,
.tZQCL = 360,
.tZQINIT = 1000,
.tDQSCKMAXx2 = 11,
.tRASmax = 50,
.tRASmax = 70,
.tFAW = 50,
};

const struct lpddr2_timings lpddr2_samsung_timings_200_mhz = {
.max_freq = 200000000,
.RL = 1,
.tRPab = 11, // limit
.tRCD = 11, // limit
.tWR = 1,
.tRASmin = 11, // limit
.tRRD = 5, // doesn't seem to change performance
.tWTRx2 = 6, // doesn't seem to change performance
.tXSR = 121, // tRCD*tRASmin
.tXPx2 = 12,
.tRFCab = 80,
.tRTPx2 = 8,
.RL = 3,
.tRPab = 14,
.tRCD = 14,
.tWR = 10,
.tRASmin = 30,
.tRRD = 10,
.tWTRx2 = 20,
.tXSR = 140,
.tXPx2 = 15,
.tRFCab = 130,
.tRTPx2 = 15,
.tCKE = 3,
.tCKESR = 15,
.tZQCS = 70,
.tZQCL = 340,
.tZQCS = 90,
.tZQCL = 360,
.tZQINIT = 1000,
.tDQSCKMAXx2 = 11,
.tRASmax = 50,
.tRASmax = 70,
.tFAW = 50,
};

Expand Down

0 comments on commit af570e9

Please sign in to comment.