How to set SD clock in I.MX6

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to set SD clock in I.MX6

1,361件の閲覧回数
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,100件の閲覧回数
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,100件の閲覧回数
bpmmaster
Contributor II

thanks

0 件の賞賛
返信