From mboxrd@z Thu Jan 1 00:00:00 1970 From: b-cousson@ti.com (Benoit Cousson) Date: Mon, 2 Jul 2012 17:45:52 +0200 Subject: [PATCH] ARM: OMAP2+: hwmod data: Fix wrong McBSP clock alias on OMAP4 In-Reply-To: References: <4FDEF7FE.9040202@ti.com> Message-ID: <4FF1C230.8030102@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Paul, On 06/18/2012 05:57 PM, Paul Walmsley wrote: > On Mon, 18 Jun 2012, Cousson, Benoit wrote: > >> 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 > > Thanks, will queue this as part of the next 3.5-rc series. I might be wrong but it seems that this one is not yet in 3.5-rc5. Thanks, Benoit