提交 6adb8f38 编写于 作者: P Paul Walmsley 提交者: paul

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: NPaul Walmsley <paul@pwsan.com>
上级 cd07ecc8
...@@ -102,9 +102,6 @@ configure_core_dpll: ...@@ -102,9 +102,6 @@ configure_core_dpll:
orr r12, r12, r3, lsl #0x1B @ r3 contains the M2 val orr r12, r12, r3, lsl #0x1B @ r3 contains the M2 val
str r12, [r11] str r12, [r11]
ldr r12, [r11] @ posted-write barrier for CM 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 bx lr
wait_clk_stable: wait_clk_stable:
subs r12, r12, #1 subs r12, r12, #1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册