All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Roger Quadros <rogerq@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: Wed, 9 Apr 2014 10:19:19 -0500	[thread overview]
Message-ID: <534564F7.2010803@ti.com> (raw)
In-Reply-To: <1397056615-4503-1-git-send-email-rogerq@ti.com>

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


> 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 = {
> 


-- 
Regards,
Nishanth Menon

  reply	other threads:[~2014-04-09 15:19 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 [this message]
2014-04-10  7:13   ` Roger Quadros
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=534564F7.2010803@ti.com \
    --to=nm@ti.com \
    --cc=balbi@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=rogerq@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.