diff options
Diffstat (limited to 'arch/arm/mach-omap2/clock3xxx_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/clock3xxx_data.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index 4e1a3b0e8cc..1efdec236ae 100644 --- a/arch/arm/mach-omap2/clock3xxx_data.c +++ b/arch/arm/mach-omap2/clock3xxx_data.c @@ -3514,7 +3514,7 @@ int __init omap3xxx_clk_init(void)  	struct omap_clk *c;  	u32 cpu_clkflg = 0; -	if (cpu_is_omap3517()) { +	if (soc_is_am35xx()) {  		cpu_mask = RATE_IN_34XX;  		cpu_clkflg = CK_AM35XX;  	} else if (cpu_is_omap3630()) {  |