]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Revert "ARM: OMAP: fix default sys_ck.rate for boot-time DPLL detection"
authorTony Lindgren <tony@atomide.com>
Tue, 23 Oct 2007 00:29:24 +0000 (17:29 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 23 Oct 2007 00:29:24 +0000 (17:29 -0700)
This reverts commit 3e02c8300f5a7900e91bb6da219faa6cf27b64f7.

Kevin came up with a better patch.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock24xx.h

index 2457a2e756c1f4273fc08f72da5b964c6d77e001..7cbd64e270e45ce8a2a7aaf39a6e982af5a163fc 100644 (file)
@@ -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,