Re:Audio DDR frequency on iMX6ULL

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re:Audio DDR frequency on iMX6ULL

311 Views
samuelrythm
Contributor I

Hi VIctor,

Thank you for your reply. According to the documentation you pointed out, iMX6ULL DDR controller is able to run at an intermediary frequency (100MHz).

By shortcutting busfreq driver, we manage to force to iMX6ULL to reach this mode. However, in order to make a proper modification of this driver, we would like to know how is the automatic mechanism that makes the frequency switch between low / audio / high. It seems to be very linked to counter variables :

high_bus_freq_mode = 1;
med_bus_freq_mode = 0;
low_bus_freq_mode = 0;
audio_bus_freq_mode = 0;

Is there a documentation where the general process is explained? If not, could you summarize the idea here?

Thank you for your help,

Samuel

0 Kudos
1 Reply

280 Views
Yuri
NXP Employee
NXP Employee

Hello,

   Please try the recent BSP (L4.1.15._2.1.0). Bus Freq driver is described in Linux Manual, section

2.3.4 (Dynamic Bus Frequency).

http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.1.0_LINUX_DOCS&Parent_nodeId=133769948107170617... 

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos