* Grygorii Strashko <grygorii.strashko@xxxxxx> [210922 15:23]: > > @@ -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