]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP4: Register the OPP table only for 4430 device
authorRajendra Nayak <rnayak@ti.com>
Thu, 9 Aug 2012 07:08:22 +0000 (12:38 +0530)
committerKevin Hilman <khilman@ti.com>
Thu, 9 Aug 2012 15:07:54 +0000 (08:07 -0700)
commit7a4222796dbba681401fd165fc696262617d5b51
tree3e6b24aa6e93cad3fb7fbe6bfc0eec768c991aca
parentfb19a5ff7f93add50110ef201911fe89c9fcec1f
ARM: OMAP4: Register the OPP table only for 4430 device

The 4430 OPP table was being registered for all other OMAP4 variants
too, like 4460 and 4470 causing issues with cpufreq driver
enabled. 4460 and 4470 devices have different OPPs as compared to
4430, and they should be populated seperately. As long as that
happens, let the OPP table registeration happen only on 4430 device.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/opp4xxx_data.c