From: Tony Lindgren Date: Tue, 23 Oct 2007 00:29:24 +0000 (-0700) Subject: Revert "ARM: OMAP: fix default sys_ck.rate for boot-time DPLL detection" X-Git-Tag: v2.6.23-omap1~2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=20e4ee33eab4cb9617101df1335b91d1780279b7;p=linux-2.6-omap-h63xx.git Revert "ARM: OMAP: fix default sys_ck.rate for boot-time DPLL detection" This reverts commit 3e02c8300f5a7900e91bb6da219faa6cf27b64f7. Kevin came up with a better patch. Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/clock24xx.h b/arch/arm/mach-omap2/clock24xx.h index 2457a2e756c..7cbd64e270e 100644 --- a/arch/arm/mach-omap2/clock24xx.h +++ b/arch/arm/mach-omap2/clock24xx.h @@ -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,