From: Srinivas Kandagatla <[email protected]>

This patch sets sdio flag in qualcomm variant data to enable WLAN
connected via sdio on IFC6410 board.

Signed-off-by: Srinivas Kandagatla <[email protected]>
---
 drivers/mmc/host/mmci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 9059570..8641572 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -203,6 +203,7 @@ static struct variant_data variant_qcom = {
        .datactrl_mask_ddrmode  = MCI_QCOM_CLK_SELECT_IN_DDR_MODE,
        .data_cmd_enable        = MCI_QCOM_CSPM_DATCMD,
        .blksz_datactrl4        = true,
+       .sdio                   = true,
        .datalength_bits        = 24,
        .pwrreg_powerup         = MCI_PWR_UP,
        .f_max                  = 208000000,
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to