VPU at 352MHz

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
2,844件の閲覧回数
jotes
Contributor IV

Is there any reason why the VPU clock is sourced from IMX6QDL_CLK_PLL2_PFD2_396M when using CONFIG_MX6_VPU_352M option? Can we use IMX6QDL_CLK_PLL2_PFD0_352M instead (since it already is set to run at 352 MHz)?

0 件の賞賛
返信
1 解決策
2,615件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi jotes

in general IMX6QDL_CLK_PLL2_PFD0_352M also can be used.

In nxp linux seems it is used for ldb, which may require special switching procedure
according to EB821 LDB Clock Switch_Procedure
&clks {    fsl,ldb-di0-parent = <&clks IMX6QDL_CLK_PLL2_PFD0_352M>;..

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

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
2,616件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi jotes

in general IMX6QDL_CLK_PLL2_PFD0_352M also can be used.

In nxp linux seems it is used for ldb, which may require special switching procedure
according to EB821 LDB Clock Switch_Procedure
&clks {    fsl,ldb-di0-parent = <&clks IMX6QDL_CLK_PLL2_PFD0_352M>;..

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

0 件の賞賛
返信
2,615件の閲覧回数
jotes
Contributor IV

In our board the IMX6QDL_CLK_PLL2_PFD2_396M clock is a source for MMDC0 clock, which should be fixed at 396 MHz (we are using LPDDR2 memory). CONFIG_MX6_VPU_352M is lowering it to 352 MHz. Is it legal to change DDR clock in Linux? We thought it can only be changed through DCD header. But the system seems to work properly, so we are confused...

0 件の賞賛
返信
2,615件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

for ddr clock change examples one can look in Linux manual Chapter

Dynamic Bus Frequency Driver

https://www.nxp.com/webapp/Download?colCode=L4.1.15_1.1.0_LINUX_DOCS&Parent_nodeId=13376994810717061... 

0 件の賞賛
返信