How to set SD clock in I.MX6

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

How to set SD clock in I.MX6

1,333 次查看
bpmmaster
Contributor II

Hi,

   Because some SDIO devices clock are  below 50MHz , Not as IMX51/53,  we can set the Max SD clock in board file.

In I.MX6 , there is no Max. Clock setting for SDIO.

   please help.

标签 (5)
0 项奖励
回复
2 回复数

1,072 次查看
igorpadykov
NXP Employee
NXP Employee

Yes, correct for i.MX6  there is no max. clock settings because

every ARM sub-arch has a different, incompatible struct clk implementation.

Seems you can add such max. restriction in function  _clk_usdhc_round_rate

(clock.c  file).

More about Linux clock architecture one can find on eLinux.org:

"Common clock framework: how to use it" - eLinux.org

0 项奖励
回复

1,072 次查看
bpmmaster
Contributor II

thanks

0 项奖励
回复