From: Anand Gadiyar Date: Mon, 10 Jan 2011 14:42:15 +0000 (+0000) Subject: arm: omap4: pandaboard: turn on PHY reference clock at init X-Git-Tag: v2.6.38-rc1~52^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1740d483ba4d79f9fa6984dccd7152b6b208f1bf;p=pandora-kernel.git arm: omap4: pandaboard: turn on PHY reference clock at init 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 Reviewed-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed