From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benoit Cousson Subject: Re: [PATCH] ARM: OMAP2+: hwmod data: Fix wrong McBSP clock alias on OMAP4 Date: Mon, 2 Jul 2012 17:45:52 +0200 Message-ID: <4FF1C230.8030102@ti.com> References: <4FDEF7FE.9040202@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:48987 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753972Ab2GBPqB (ORCPT ); Mon, 2 Jul 2012 11:46:01 -0400 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley Cc: linux-omap , "linux-arm-kernel@lists.infradead.org" , "Ujfalusi, Peter" , "Guiriec, Sebastien" , "Lopez Cruz, Misael" 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 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