Using SDIO WiFi modules

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

Using SDIO WiFi modules

跳至解决方案
5,300 次查看
semihhazar
Contributor II

Hi,

I'm trying find a resource about using SDIO Wi-Fi modules in Linux, either with the mainline kernel or Freescale's old (2.6.35 I believe) kernel.

Is there an example for a board configuration? When I look at other platforms (such as OMAP2) I can see that mmc devices are configured in board files with the driver name (such as wl12xx). But I couldn't figure out how the wireless driver would hook up with the MMC controller in imx28.

Thanks in advance,

Semih

标签 (2)
标记 (3)
0 项奖励
回复
1 解答
4,176 次查看
semihhazar
Contributor II


Well here's how it works if somebody is also puzzled like me:

You don't need something special in the DTS or board config file to hook a certain SDIO device with a driver. Once the MMC system is up it does a scan on the bus and creates a device with the correct id and then kernel tries to match this device with an appropriate driver.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
4,177 次查看
semihhazar
Contributor II


Well here's how it works if somebody is also puzzled like me:

You don't need something special in the DTS or board config file to hook a certain SDIO device with a driver. Once the MMC system is up it does a scan on the bus and creates a device with the correct id and then kernel tries to match this device with an appropriate driver.

0 项奖励
回复
4,176 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Semih

please look at ConnectCard W-i.MX28 module (Includes Wi-Fi® Access Point mode + Wi-Fi Direct)

http://www.digi.com/pdf/pb_connectcardimx28.pdf

Documentation for ConnectCard for i.MX28 - Digi International

Best regards

chip

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复