VPU at 352MHz

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

VPU at 352MHz

跳至解决方案
2,839 次查看
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,610 次查看
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,611 次查看
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,610 次查看
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,610 次查看
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 项奖励
回复