]> git.karo-electronics.de Git - karo-tx-linux.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)
commit196449de0c886e64b48d01bd7ee153656db92884
tree3e6b24aa6e93cad3fb7fbe6bfc0eec768c991aca
parent1b8652142334a8c0729c5c4536a22cfc6fc49297
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