How to set SD clock in I.MX6

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

How to set SD clock in I.MX6

1,060 Views
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.

Labels (5)
0 Kudos
Reply
2 Replies

799 Views
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 Kudos
Reply

799 Views
bpmmaster
Contributor II

thanks

0 Kudos
Reply