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.
we have 3rd party WLAN component from Broadcom, They provide the driver as KO file. we using Linux kernel 3.8 as a base and jacinto 6 is the platform.
the WLAN SDIO lines are connected to MMC1. There is a GPIO wake line connected to the SOC pin. what are the necessary kernel changes required to enable this component. how to indicate the middleware layers about the SOC connection with the WLAN components and the GPIO pin.
thanks for your information regarding GPIO, But apart from GPIO, the SDIO lines are connected to MMC1 controller of the SOC. how do we notify the WiFi driver to send commands to MMC1, what is the link to notify that MMC1 is only being used do you have any clarity on this part. as WiFi is only a 3rd party driver it needs information on which MMC controller is being operated to function normally.