Hello,i use 4470 4AI.1.3.
In kernel/android-3.0/arch/arm/mach-omap2/lpddr2_elpida_data.c
i found follow code.
struct lpddr2_device_info lpddr2_elpida_4G_S4_dev = {
.device_timings = {
&lpddr2_elpida_timings_200_mhz,
&lpddr2_elpida_timings_333_mhz,
&lpddr2_elpida_timings_400_mhz,
&lpddr2_elpida_timings_466_mhz,
},
.min_tck = &lpddr2_elpida_min_tck,
.type = LPDDR2_TYPE_S4,
.density = LPDDR2_DENSITY_4Gb,
.io_width = LPDDR2_IO_WIDTH_32,
.emif_ddr_selfrefresh_cycles = 262144,
};
I know 4470 tablet2 in x-loader have config the DDR to 4Gbit/466Mhz.
What the purpose of other 3 frequence(200/333/400) parameter?Use at which function.
thanks.