]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
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)
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

index 2293ba27101b96fae1f387d5b366c5d77181f99b..c95415da23c275b184d2817372a990a371ddaf0c 100644 (file)
@@ -94,7 +94,7 @@ int __init omap4_opp_init(void)
 {
        int r = -ENODEV;
 
-       if (!cpu_is_omap44xx())
+       if (!cpu_is_omap443x())
                return r;
 
        r = omap_init_opp_table(omap44xx_opp_def_list,