ARM: OMAP2: Set PRCM_CLKSRC_CTRL correctly in omap2_enable_osc_ck
authorSeth Forshee <seth.forshee@gmail.com>
Fri, 25 Apr 2008 01:56:56 +0000 (20:56 -0500)
committerTony Lindgren <tony@atomide.com>
Fri, 25 Apr 2008 18:19:29 +0000 (11:19 -0700)
commit00727e296759e20c7fe524b3f288c6adbcb00da5
treec87ce71b9fb5f99d9642ed8ecccca1eb74cc6c4a
parent86c56f2c1688b8d1bf28b165bcda743e1a0e5688
ARM: OMAP2: Set PRCM_CLKSRC_CTRL correctly in omap2_enable_osc_ck

This patch fixes an incorrect use of prm_rmw_reg_bits() in
omap2_enable_osc_ck() which is changing bits in PRCM_CLKSRC_CTRL
that are unrelated to the function it is performing.

Signed-off-by: Seth Forshee <seth.forshee@gmail.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock24xx.c