From 26621f86d74d70df0afdb4fc1de819ced3a074f2 Mon Sep 17 00:00:00 2001 From: mattis fjallstrom Date: Mon, 13 Apr 2015 16:04:20 -0700 Subject: Power savings - device tree was needed for some of the power changes, that's fixed. However, the OPPs from our board file did not get picked up when a device tree existed, so the opp.c and pm.c files had to be hacked a bit. Change-Id: If3d6de76bb50ad79cbb10548b55cf7a7da6fb8e7 --- arch/arm/mach-omap2/pm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-omap2/pm.c') diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c index b06b22c3f64..303a8d2012b 100644 --- a/arch/arm/mach-omap2/pm.c +++ b/arch/arm/mach-omap2/pm.c @@ -276,6 +276,8 @@ static inline void omap_init_cpufreq(void) devinfo.name = "omap-cpufreq"; else devinfo.name = "cpufreq-cpu0"; + + devinfo.name = "omap-cpufreq"; /* OLIO HACK */ platform_device_register_full(&devinfo); } -- cgit v1.2.3-70-g09d2