]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
OMAP3 clock/SRAM: fix CORE DPLL M2 divider mask
authorPaul Walmsley <paul@pwsan.com>
Tue, 8 Jul 2008 02:55:11 +0000 (20:55 -0600)
committerTony Lindgren <tony@atomide.com>
Tue, 5 Aug 2008 12:12:09 +0000 (15:12 +0300)
commit0473ee36850f8e6d2386341764b8eb883f973b82
treee12836a3b350381b556e68aedac81cae5cf0c57a
parent19a62998e238b094e63644393a599edb6c0b13c8
OMAP3 clock/SRAM: fix CORE DPLL M2 divider mask

3430ES2+ CORE DPLL M2 divider can divide by 1 to 31, unlike ES1, which
was more limited.  The SRAM code currently only supports dividing by 1
or 2, but we should mask off the full range of bits to guard against
the event that the previous contents of CM_CLKSEL_PLL1 included an M2
divider > 2.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/sram34xx.S