sd_clk rate on mmc1

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

sd_clk rate on mmc1

963 次查看
davesimonson
Contributor I

I have a WL1810 wifi on SD1.  The SD_CLK runs at 50MHz  in HI-SPEED mode.

I wish to limit this to 25MHz.  I cannot find the code where this is set.

0 项奖励
回复
3 回复数

956 次查看
IvanRuiz
NXP Employee
NXP Employee

Hello,

 

To change the speed of the MMC, it would be possible through the device tree and the config of the kernel. But for the boot, it will have to be set through a fuse in BOOT_CFG => MMC Speed Mode(CFG[3:2]), where:

00 - Normal

01 - High

 

Hope it helps!

 

BR,

Ivan.

0 项奖励
回复

949 次查看
davesimonson
Contributor I

@IvanRuiz Thank you for your help Ivan.  It reminded me of things I had forgotten.
I may still need some help.
I have been using a wifi device: TiWi-BLE on this interface for a few years.
I am now using the TI WL1801 on that interface.
The old system used 25MHz HI-SPEED mode, while the new system uses 50MHz.

I am seeing sporadic behavior.
I wish to limit HI-SPEED mode to 25MHz to see what results.
Adding max-frequency = <25000000>  to the device tree has no affect.


Thoughts?

Thanks.

0 项奖励
回复

937 次查看
IvanRuiz
NXP Employee
NXP Employee

Hello,

 

It might be that your new module does not accept that frequency.

 

BR,

Ivan.

0 项奖励
回复