Files
i2som-imx-linux/drivers/soc
Anson Huang 3fcd3f191c MLK-19515 soc: imx: ipc: remove unnecessary set wake for mu
Since MU now is NOT in WU irq domain, so there is no irq_set_wake
callback available, below message will come out during kernel boot
up:

imx8mu_init: set_irq_wake failed: -6

GIC/MU now are powered off during suspend, so it is unnecessary to
call irq_set_irq_wake() for MU, we can remove it to avoid the failure
message.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Robin Gong <yibin.gong@nxp.com>
2019-02-12 10:33:49 +08:00
..