之前添加的usb的WiFi模块,后面由于项目需要添加sdio接口的WiFi模块(RTL8189)。由于SD1线未引出,此处使用SD0(SD卡),通过4线接入,目前驱动加载后,probe未检测到模块。驱动源码在devices.c中SD1设置了PULL DOWN,但是SD0没有下拉寄存器配置,是否与这相关?如果想用SD0,board-dm368-ipnc.c中SD0的结构需要如何修改,谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
之前添加的usb的WiFi模块,后面由于项目需要添加sdio接口的WiFi模块(RTL8189)。由于SD1线未引出,此处使用SD0(SD卡),通过4线接入,目前驱动加载后,probe未检测到模块。驱动源码在devices.c中SD1设置了PULL DOWN,但是SD0没有下拉寄存器配置,是否与这相关?如果想用SD0,board-dm368-ipnc.c中SD0的结构需要如何修改,谢谢!