Re: [PATCH 5/5] mmc: sdhci-omap: Configure optional wakeirq
From: Tony Lindgren <tony@atomide.com>
Date: 2021-09-23 05:33:37
Also in:
linux-mmc, linux-omap
From: Tony Lindgren <tony@atomide.com>
Date: 2021-09-23 05:33:37
Also in:
linux-mmc, linux-omap
* Grygorii Strashko [off-list ref] [210922 15:23]:
quoted
@@ -1360,6 +1363,21 @@ static int sdhci_omap_probe(struct platform_device *pdev) sdhci_omap_context_save(omap_host); omap_host->context_valid = 1; + of_irq_get_byname(dev->of_node, "wakeup");No assign to omap_host->wakeirq
Oops. Thanks for spotting it, will fix. Regards, Tony