clk: renesas: cpg-mssr: Drop check for CONFIG_PM_GENERIC_DOMAINS_OF
As of commit 71d076ceb2
("ARM: shmobile: Enable PM and
PM_GENERIC_DOMAINS for SoCs with PM Domains"),
CONFIG_PM_GENERIC_DOMAINS_OF is always enabled for SoCs with a CPG/MSSR
block.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
848fc67da5
commit
da437d2d09
|
@ -381,8 +381,6 @@ fail:
|
||||||
kfree(clock);
|
kfree(clock);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef CONFIG_PM_GENERIC_DOMAINS_OF
|
|
||||||
struct cpg_mssr_clk_domain {
|
struct cpg_mssr_clk_domain {
|
||||||
struct generic_pm_domain genpd;
|
struct generic_pm_domain genpd;
|
||||||
struct device_node *np;
|
struct device_node *np;
|
||||||
|
@ -497,15 +495,6 @@ static int __init cpg_mssr_add_clk_domain(struct device *dev,
|
||||||
of_genpd_add_provider_simple(np, genpd);
|
of_genpd_add_provider_simple(np, genpd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
static inline int cpg_mssr_add_clk_domain(struct device *dev,
|
|
||||||
const unsigned int *core_pm_clks,
|
|
||||||
unsigned int num_core_pm_clks)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif /* !CONFIG_PM_GENERIC_DOMAINS_OF */
|
|
||||||
|
|
||||||
|
|
||||||
static const struct of_device_id cpg_mssr_match[] = {
|
static const struct of_device_id cpg_mssr_match[] = {
|
||||||
#ifdef CONFIG_ARCH_R8A7795
|
#ifdef CONFIG_ARCH_R8A7795
|
||||||
|
|
Loading…
Reference in New Issue