Part Number: AM3359
Tool/software: Linux
Hello all,
I'm trying to reduce the DDR frequency to 303 from 400 MHz.We modified this function in board.c :
config_ddr(303, &ioregs_evmsk, &ddr3_icev2_data,
&ddr3_icev2_cmd_ctrl_data, &ddr3_icev2_emif_reg_data,
0);
But when we probed the DDR clock with oscilloscope the frequency is still 400MHz.
We investigated further an found that the function which actually should set the frequency is empty(emif4.c).
void __weak ddr_pll_config(unsigned int ddrpll_m)
{
}
How can I change the frequency?
Regards,
Murugan S