From patchwork Wed Dec 14 04:11:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Turquette X-Patchwork-Id: 5661 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 9DD2823E11 for ; Wed, 14 Dec 2011 04:16:19 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 945DCA1825F for ; Wed, 14 Dec 2011 04:16:19 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id k10so50195eaa.11 for ; Tue, 13 Dec 2011 20:16:19 -0800 (PST) Received: by 10.204.152.138 with SMTP id g10mr200353bkw.36.1323836179464; Tue, 13 Dec 2011 20:16:19 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.129.2 with SMTP id hg2cs100868bkc; Tue, 13 Dec 2011 20:16:19 -0800 (PST) Received: by 10.68.189.98 with SMTP id gh2mr992699pbc.50.1323836177267; Tue, 13 Dec 2011 20:16:17 -0800 (PST) Received: from na3sys009aog114.obsmtp.com ([74.125.149.211]) by mx.google.com with SMTP id m3si5078160pbs.1.2011.12.13.20.16.13 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 13 Dec 2011 20:16:17 -0800 (PST) Received-SPF: pass (google.com: domain of mturquette@ti.com designates 74.125.149.211 as permitted sender) client-ip=74.125.149.211; Authentication-Results: mx.google.com; spf=pass (google.com: domain of mturquette@ti.com designates 74.125.149.211 as permitted sender) smtp.mail=mturquette@ti.com Received: from mail-gy0-f175.google.com ([209.85.160.175]) (using TLSv1) by na3sys009aob114.postini.com ([74.125.148.12]) with SMTP ID DSNKTugjDEroIaGQoRjnpjeEy/l4D+pOgXLY@postini.com; Tue, 13 Dec 2011 20:16:17 PST Received: by mail-gy0-f175.google.com with SMTP id r15so338077ghr.6 for ; Tue, 13 Dec 2011 20:16:12 -0800 (PST) Received: by 10.236.185.35 with SMTP id t23mr8534216yhm.99.1323836172772; Tue, 13 Dec 2011 20:16:12 -0800 (PST) Received: from localhost.localdomain (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id f47sm2065330yhh.8.2011.12.13.20.16.09 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 13 Dec 2011 20:16:12 -0800 (PST) From: Mike Turquette To: linux@arm.linux.org.uk Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, khilman@ti.com, tony@atomide.com, b-cousson@ti.com, rnayak@ti.com, jeremy.kerr@canonical.com, paul@pwsan.com, broonie@opensource.wolfsonmicro.com, tglx@linutronix.de, linus.walleij@stericsson.com, amit.kucheria@linaro.org, dsaxena@linaro.org, patches@linaro.org, linaro-dev@lists.linaro.org, grant.likely@secretlab.ca, sboyd@quicinc.com, shawn.guo@freescale.com, skannan@quicinc.com, magnus.damm@gmail.com, arnd.bergmann@linaro.org, eric.miao@linaro.org, richard.zhao@linaro.org, mturquette@linaro.org, mturquette@ti.com, andrew@lunn.ch Subject: [PATCH 5/7] omap: panda: use clk_prepare in ehci init Date: Tue, 13 Dec 2011 20:11:56 -0800 Message-Id: <1323835918-2371-6-git-send-email-mturquette@ti.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1323835918-2371-1-git-send-email-mturquette@ti.com> References: <1323835918-2371-1-git-send-email-mturquette@ti.com> Signed-off-by: Mike Turquette --- arch/arm/mach-omap2/board-omap4panda.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index a8c2c42..3864d31 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c @@ -122,6 +122,7 @@ static void __init omap4_ehci_init(void) return; } clk_set_rate(phy_ref_clk, 19200000); + clk_prepare(phy_ref_clk); clk_enable(phy_ref_clk); /* disable the power to the usb hub prior to init and reset phy+hub */