Commit 20e4ee33 authored by Tony Lindgren's avatar Tony Lindgren

Revert "ARM: OMAP: fix default sys_ck.rate for boot-time DPLL detection"

This reverts commit 3e02c830.

Kevin came up with a better patch.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3e02c830
......@@ -581,7 +581,6 @@ static struct clk osc_ck = { /* (*12, *13, 19.2, *26, 38.4)MHz */
/* With out modem likely 12MHz, with modem likely 13MHz */
static struct clk sys_ck = { /* (*12, *13, 19.2, 26, 38.4)MHz */
.name = "sys_ck", /* ~ ref_clk also */
.rate = 13000000,
.parent = &osc_ck,
.flags = CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X |
ALWAYS_ENABLED | RATE_PROPAGATES,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment