i.MX6DL: Max IPU Clock

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

i.MX6DL: Max IPU Clock

448 Views
norishinozaki
Contributor V

Hello Champs,

In LTIB verson of u-boot, ipu1_clk is set 260MHz in default.

However in the Yocto u-boot, it is defined as 198MHz.

#ifdef CONFIG_MX6DL                                                       

#define CONFIG_IPUV3_CLK 198000000

#else

#define CONFIG_IPUV3_CLK 264000000

#endif

Is this because ipu_clk was turned out actually limited to 198MHz in MX6DL?

Or just because a result of clock tree changes in Yocto u-boot?

BR,

N.S.

Labels (1)
0 Kudos
1 Reply

328 Views
igorpadykov
NXP Employee
NXP Employee

Hi Nori

you are right: this seems as result of clock tree changes,

max. frequency is described in Table 18-4. System Clock Frequency Values

i.MX6SDL Reference Manual

http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6SDLRM.pdf

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 Kudos