mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
How to use CONFIG_RK29_SDIO_IRQ_FROM_GPIO for your new wifi-module.
For example,please refer to board-rk3168m-tb.c.
continue with the commit eb1ab60e9f
This commit is contained in:
@@ -1007,6 +1007,9 @@ struct rk29_sdmmc_platform_data default_sdmmc1_data = {
|
||||
|
||||
#if defined(CONFIG_RK29_SDIO_IRQ_FROM_GPIO)
|
||||
.sdio_INT_gpio = RK29SDK_WIFI_SDIO_CARD_INT,
|
||||
#ifdef USE_SDIO_INT_LEVEL
|
||||
.sdio_INT_level = RK30SDK_WIFI_GPIO_WIFI_INT_B_ENABLE_VALUE,
|
||||
#endif
|
||||
#endif
|
||||
|
||||
.det_pin_info = {
|
||||
|
||||
Reference in New Issue
Block a user