From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753455Ab1AJTML (ORCPT ); Mon, 10 Jan 2011 14:12:11 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:39534 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752029Ab1AJTMJ (ORCPT ); Mon, 10 Jan 2011 14:12:09 -0500 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 24.130.172.179 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18l4SG4rQvkNePR9GGI/eqn Date: Mon, 10 Jan 2011 11:12:01 -0800 From: Tony Lindgren To: Paul Walmsley Cc: Anand Gadiyar , linux-omap@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Greg KH , Felipe Balbi , Stephen Rothwell , Benoit Cousson Subject: Re: [PATCH] arm: omap4: pandaboard: turn on PHY reference clock at init Message-ID: <20110110191201.GG4957@atomide.com> References: <1294670535-9059-1-git-send-email-gadiyar@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul Walmsley [110110 10:51]: > On Mon, 10 Jan 2011, Anand Gadiyar wrote: > > > The SMSC 3320 USB PHY on the OMAP4 Pandaboard needs a 19.2 MHz > > reference clock. This clock is provided from the OMAP4's fref_clk3 > > pad. > > > > Recent changes to clock44xx_data.c made the clock framework aware > > of the existence of these fref_clk[i] lines. If the option > > CONFIG_OMAP_RESET_CLOCKS is enabled in the kernel, then the > > clock framework will turn these clocks off during bootup. > > > > Explicitly request and keep this clock enabled at init for the > > Pandaboard, so that the PHY receives this clock at all times. > > > > Reported-by: Ming Lei > > Signed-off-by: Anand Gadiyar > > Cc: Benoit Cousson > > Cc: Paul Walmsley > > Cc: Tony Lindgren > > Reviewed-by: Paul Walmsley Will queue as a fix. Tony