Copy link
@MDoswaldSchiller

MDoswaldSchiller Oct 8, 2020

This does not compile on my machine. The SET_RUNTIME_PM_OPS macro checks if CONFIG_PM is active but the referenced functions imx_irqsteer_runtime_suspend and imx_irqsteer_runtime_resume are only defined if CONFIG_PM_SLEEP is enabled.
In my configuration I do have CONFIG_PM enabled but CONFIG_SUSPEND is disabled, so CONFIG_PM_SLEEP is not defined.