On Fri, Aug 16, 2019 at 02:52:23PM +0200, Geert Uytterhoeven wrote:
> The CPG/MSTP Clock Domain driver does not implement the
> generic_pm_domain.power_{on,off}() callbacks, as the domain itself
> cannot be powered down. Hence the domain should be marked as always-on
> by setting the GENPD_FLAG_ALWAYS_ON flag.
>
> This gets rid of the following boot warning on RZ/A1:
>
> sh_mtu2 fcff0000.timer: PM domain cpg_clocks will not be powered off
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Simon Horman <[email protected]>