From 20e4ee33eab4cb9617101df1335b91d1780279b7 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Mon, 22 Oct 2007 17:29:24 -0700 Subject: [PATCH] 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 --- arch/arm/mach-omap2/clock24xx.h | 1 - 1 file changed, 1 deletion(-) 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, -- 2.41.1