From: Benoit Cousson Date: Wed, 4 Jul 2012 12:55:29 +0000 (-0600) Subject: ARM: OMAP2+: hwmod data: Fix wrong McBSP clock alias on OMAP4 X-Git-Tag: omap-fixes-for-v3.5-rc5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a0b5133f6b1d53d693b9b9873e64e3c8f0db0e;p=pandora-kernel.git ARM: OMAP2+: hwmod data: Fix wrong McBSP clock alias on OMAP4 The commit 503d0ea24d1d3dd3db95e5e0edd693da7a2a23eb ARM: OMAP4: hwmod data: Add aliases for McBSP fclk clocks added a wrong "prcm_clk" alias for PRCM clock whereas the McBSP driver and previous OMAPs are using "prcm_fck". It thus lead to the following warning. [ 47.409729] omap-mcbsp: clks: could not clk_get() prcm_fck Fix that by changing the opt_clk role to prcm_fck. Reported-by: Misael Lopez Cruz Signed-off-by: Benoit Cousson Cc: Peter Ujfalusi Tested-by: Sebastien Guiriec Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed