]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: OMAP3: dpll3-m2: get rid of obsolete clksel access
authorTero Kristo <t-kristo@ti.com>
Mon, 2 Mar 2015 14:24:26 +0000 (16:24 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 2 Jun 2015 09:30:59 +0000 (12:30 +0300)
commitafe2cf08401638fbf1bfaf7234be7eb3a5778b04
treee01e2593754c591602ffb004d582997bee7950bc
parentef14db0977547b1982d4f6eaa305e1a22eb95778
ARM: OMAP3: dpll3-m2: get rid of obsolete clksel access

Core DVFS support code is currently referencing clksel functionality, which
is wrong. The m2 divisor has been implemented as a divider clock for a long
time already, so replace the validrate check call with proper functionality.
Core DVFS is currently not supported in the kernel so verifying this patch
can be rather tricky, this should probably be fixed at some point.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/mach-omap2/clkt34xx_dpll3m2.c