Re: [PATCH] firmware: imx: scu-pd: ignore power domain not owned

From: Shawn Guo
Date: Sat Sep 12 2020 - 21:46:49 EST


On Tue, Sep 08, 2020 at 06:07:01PM +0800, peng.fan@xxxxxxx wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> Should not register power domain that not owned by current
> partition.
>
> Alought power domains will not be registered when power on failure,
> we have to let CPU waste more cycles.
>
> Whether power on or owned check, both need communicate with SCU,
> but with owned check, we no need to run more code path to save CPU
> cycles.
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> Reviewed-by: Leonard Crestez <leonard.crestez@xxxxxxx>

Applied, thanks.