Skip to content

Commit

Permalink
Revert "omap2: overclock ram."
Browse files Browse the repository at this point in the history
This reverts commit 67202b3.
  • Loading branch information
franciscofranco committed Sep 17, 2014
1 parent 95ac1b7 commit 05ca9df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-omap2/include/mach/emif.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define EMIF2 1

/* The maximum frequency at which the LPDDR2 interface can operate in Hz*/
#define MAX_LPDDR2_FREQ 533000000 /* 400 MHz */
#define MAX_LPDDR2_FREQ 400000000 /* 400 MHz */

/* 19.2 MHz to be used for finding initialization values */
#define EMIF_FREQ_19_2_MHZ 19200000 /* 19.2 MHz */
Expand All @@ -40,7 +40,7 @@
* Determines the number of entries in the pointer array for register
* cache
*/
#define EMIF_MAX_NUM_FREQUENCIES 12
#define EMIF_MAX_NUM_FREQUENCIES 6
/*
* Indices into the Addressing Table array.
* One entry each for all the different types of devices with different
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-omap2/lpddr2_elpida_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#include <mach/lpddr2-elpida.h>

const struct lpddr2_timings lpddr2_elpida_timings_400_mhz = {
.max_freq = 533000000,
.RL = 6,
.max_freq = 400000000,
.RL = 6,
.tRPab = 21,
.tRCD = 18,
.tWR = 15,
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-omap2/lpddr2_jedec_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const struct lpddr2_addressing lpddr2_jedec_addressing_table[] = {
* timings are not available from the device data sheet.
*/
const struct lpddr2_timings lpddr2_jedec_timings_400_mhz = {
.max_freq = 533000000,
.RL = 6,
.max_freq = 400000000,
.RL = 6,
.tRPab = 21,
.tRCD = 18,
.tWR = 15,
Expand Down

0 comments on commit 05ca9df

Please sign in to comment.