git clone git://git.omapzoom.org/kernel/omap.git kernel/android-3.4 cd kernel/android-3.4 git checkout e9515a74fe28cf097adf37875acc03476cb4770a
INFO:
/*
* SDRAM memory data
*/
struct ddr_device_info lpddr2_elpida_4G_S4_x2_info = {
.type = DDR_TYPE_LPDDR2_S4,
.density = DDR_DENSITY_8Gb,
.io_width = DDR_IO_WIDTH_32,
.cs1_used = true,
.cal_resistors_per_cs = false,
.manufacturer = "Elpida"
};
Timings:
struct lpddr2_timings lpddr2_elpida_4G_S4_timings[] = {
/* Speed bin 1066(533 MHz) */
[0] = {
.max_freq = 533333333,
.min_freq = 10000000,
.tRPab = 21000,
.tRCD = 18000,
.tWR = 15000,
.tRAS_min = 42000,
.tRRD = 10000,
.tWTR = 7500,
.tXP = 7500,
.tRTP = 7500,
.tCKESR = 15000,
.tDQSCK_max = 5500,
.tFAW = 50000,
.tZQCS = 90000,
.tZQCL = 360000,
.tZQinit = 1000000,
.tRAS_max_ns = 70000,
.tRTW = 7500,
.tAONPD = 1000,
.tDQSCK_max_derated = 5620,
},
}
Kindly suggest us what is wrong here to release the issues....
--Mihir