From 1263594ac4592804a8f49e73b42ed9c2f41644db Mon Sep 17 00:00:00 2001 From: mattis fjallstrom Date: Fri, 30 Oct 2015 16:03:32 -0700 Subject: Power changes: Removed dummy regulators, added cpufreq table initialization and makes sure that cpufreq gets initialized properly. Change-Id: I679d86c150e4acee098e4a5cfe1855d46fac872a --- arch/arm/mach-omap2/opp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-omap2/opp.c') diff --git a/arch/arm/mach-omap2/opp.c b/arch/arm/mach-omap2/opp.c index 82fd8c72f75..56e5ad35b17 100644 --- a/arch/arm/mach-omap2/opp.c +++ b/arch/arm/mach-omap2/opp.c @@ -41,8 +41,10 @@ int __init omap_init_opp_table(struct omap_opp_def *opp_def, { int i, r; +#ifndef CONFIG_MACH_OMAP3_H1 /* olio has a partial DT */ if (of_have_populated_dt()) return -EINVAL; +#endif if (!opp_def || !opp_def_size) { pr_err("%s: invalid params!\n", __func__); -- cgit v1.2.3-70-g09d2