Commits

Anson Huang committed cb7e9b7db56
MLK-16546-2 soc: imx: pm-domains: support early power on resource after resume On i.MX8QM/8QXP, for some resources which act as irq chip etc., they need to be powered on earlier than device resume phase, as they need to access registers, common power domain resume is too late, so add syscore resume callback in pm domain driver, for those resources with "early_power_on" property set, they will be powered on at syscore resume phase, by default, it supports 10 resources, and can be increased if needed. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>