On Fri, Aug 16, 2019 at 02:52:25PM +0200, Geert Uytterhoeven wrote: > The CPG/MSSR 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. > > Note that this only affects RZ/A2 SoCs. On R-Car Gen2 and Gen3 SoCs, > the R-Car SYSC driver handles Clock Domain creation, and offloads only > device attachment/detachment to the CPG/MSSR driver. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Simon Horman <horms+renesas@xxxxxxxxxxxx>