linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@ti.com>
To: Nishanth Menon <nm@ti.com>, tony@atomide.com
Cc: balbi@ti.com, linux-omap@vger.kernel.org, Paul Walmsley <paul@pwsan.com>
Subject: Re: [PATCH] ARM: OMAP3: hwmod_data: Correct clock domains for USB modules
Date: Thu, 10 Apr 2014 10:13:36 +0300	[thread overview]
Message-ID: <534644A0.5030908@ti.com> (raw)
In-Reply-To: <534564F7.2010803@ti.com>

On 04/09/2014 06:19 PM, Nishanth Menon wrote:
> On 04/09/2014 10:16 AM, Roger Quadros wrote:
>> OMAP3 doesn't contain "l3_init_clkdm" clock domain. Use the
>> proper clock domains for USB Host and USB TLL modules.
>>
>> Gets rid of the following warnings during boot
>>  omap_hwmod: usb_host_hs: could not associate to clkdm l3_init_clkdm
>>  omap_hwmod: usb_tll_hs: could not associate to clkdm l3_init_clkdm
>>
>> Reported-by: Nishant Menon <nm@ti.com>
> 
> I guess I have a "h" at the end of my first name :P
> 
Sorry Nishanth. I'll send a revised patch.

cheers,
-roger

> 
>> CC: Paul Walmsley <paul@pwsan.com>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>> ---
>>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
>> index 9c7e23a..3aa49ed 100644
>> --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
>> +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
>> @@ -1968,7 +1968,7 @@ static struct omap_hwmod_irq_info omap3xxx_usb_host_hs_irqs[] = {
>>  static struct omap_hwmod omap3xxx_usb_host_hs_hwmod = {
>>  	.name		= "usb_host_hs",
>>  	.class		= &omap3xxx_usb_host_hs_hwmod_class,
>> -	.clkdm_name	= "l3_init_clkdm",
>> +	.clkdm_name	= "usbhost_clkdm",
>>  	.mpu_irqs	= omap3xxx_usb_host_hs_irqs,
>>  	.main_clk	= "usbhost_48m_fck",
>>  	.prcm = {
>> @@ -2053,7 +2053,7 @@ static struct omap_hwmod_irq_info omap3xxx_usb_tll_hs_irqs[] = {
>>  static struct omap_hwmod omap3xxx_usb_tll_hs_hwmod = {
>>  	.name		= "usb_tll_hs",
>>  	.class		= &omap3xxx_usb_tll_hs_hwmod_class,
>> -	.clkdm_name	= "l3_init_clkdm",
>> +	.clkdm_name	= "core_l4_clkdm",
>>  	.mpu_irqs	= omap3xxx_usb_tll_hs_irqs,
>>  	.main_clk	= "usbtll_fck",
>>  	.prcm = {
>>
> 
> 


  reply	other threads:[~2014-04-10  7:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-09 15:16 [PATCH] ARM: OMAP3: hwmod_data: Correct clock domains for USB modules Roger Quadros
2014-04-09 15:19 ` Nishanth Menon
2014-04-10  7:13   ` Roger Quadros [this message]
2014-04-10  7:18 ` [PATCH v2] " Roger Quadros
2014-04-11 17:58   ` Paul Walmsley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=534644A0.5030908@ti.com \
    --to=rogerq@ti.com \
    --cc=balbi@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).