mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't set
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 13 Feb 2023 20:55:56 +0000 (21:55 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Feb 2023 22:58:43 +0000 (23:58 +0100)
commit6ea6b95a7e3ec2015954cb514ee9dbc6dc80ec8f
treeec6d538fc48d506dbb6b8b1f4a2e139781ee0850
parent2241ab53cbb5cdb08a6b2d4688feb13971058f65
mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't set

Some SDIO WiFi modules stopped working after SDIO interrupt mode
was added if cap_sdio_irq isn't set in device tree. This patch was
confirmed to fix the issue.

Fixes: 066ecde6d826 ("mmc: meson-gx: add SDIO interrupt support")
Reported-by: Geraldo Nascimento <geraldogabriel@gmail.com>
Tested-by: Geraldo Nascimento <geraldogabriel@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/816cba9f-ff92-31a2-60f0-aca542d1d13e@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/meson-gx-mmc.c