summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/sram34xx.S
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2009-06-20 01:08:24 (GMT)
committerpaul <paul@twilight.(none)>2009-06-20 01:09:30 (GMT)
commit6adb8f388ef2f23d4a81e1e42d15f22d62749a06 (patch)
tree217206b7b4751b6644e3cbe91cfff8e4df861e48 /arch/arm/mach-omap2/sram34xx.S
parentcd07ecc828486e5887113c7dc4d9f9022145811b (diff)
downloadlinux-fsl-qoriq-6adb8f388ef2f23d4a81e1e42d15f22d62749a06.tar.xz
OMAP3 clock: remove wait for DPLL3 M2 clock to stabilize
The original CDP kernel that this code comes from waited for 0x800 loops after switching the CORE DPLL M2 divider. This does not appear to be necessary. Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/sram34xx.S')
-rw-r--r--arch/arm/mach-omap2/sram34xx.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/sram34xx.S b/arch/arm/mach-omap2/sram34xx.S
index c080c825..84781a6 100644
--- a/arch/arm/mach-omap2/sram34xx.S
+++ b/arch/arm/mach-omap2/sram34xx.S
@@ -102,9 +102,6 @@ configure_core_dpll:
orr r12, r12, r3, lsl #0x1B @ r3 contains the M2 val
str r12, [r11]
ldr r12, [r11] @ posted-write barrier for CM
- mov r12, #0x800 @ wait for the clock to stabilise
- cmp r3, #2
- bne wait_clk_stable
bx lr
wait_clk_stable:
subs r12, r12, #1