How to change SDIO frequency to 25MHz in Android KK 4.4.2?

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

How to change SDIO frequency to 25MHz in Android KK 4.4.2?

1,309 次查看
m_c
Senior Contributor I

How to change SDIO frequency to 25MHz in Android KK 4.4.2?

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

1,106 次查看
alejandrolozan1
NXP Employee
NXP Employee

Hi,

Have you tried to  change the code in the arch/arm/mach-imx/clk-(your device).c file?

For example:

clk[usdhc1_podf]  = imx_clk_divider("usdhc1_podf",  "usdhc1_sel",   

base + 0x24, 11, 3);

To change the usdhc_clk_ root.

Please try that and let me know if that works.

Best Regards,

Alejandro

0 项奖励
回复

1,106 次查看
m_c
Senior Contributor I

Hello Alejandro,

Customer can't find this file or function name in Android KK 4.4.2.

0 项奖励
回复