All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH 1/1] OMAP2: Fix dss_54m_fck enable_bit
Date: Thu, 21 Jun 2007 04:51:02 -0700	[thread overview]
Message-ID: <20070621115101.GG20283@atomide.com> (raw)
In-Reply-To: <20070619234629.190236844@pwsan.com>

* Paul Walmsley <paul@pwsan.com> [070619 16:55]:
> Fix an incorrect enable_bit for the OMAP2 clock dss_54m_fck; prevents 
> the LCD backlight from lighting up on 2430 SDP.  Problem noted by Kevin
> Hilman <khilman@mvista.com>; debugging assistance from Khasim Syed Mohammed
> <x0khasim@ti.com> and Richard Woodruff <r-woodruff2@ti.com>.
> 
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> 
> ---
>  arch/arm/mach-omap2/clock.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: linux-omap/arch/arm/mach-omap2/clock.h
> ===================================================================
> --- linux-omap.orig/arch/arm/mach-omap2/clock.h
> +++ linux-omap/arch/arm/mach-omap2/clock.h
> @@ -1071,7 +1071,7 @@ static struct clk dss_54m_fck = {	/* Alt
>  	.flags		= CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X |
>  				RATE_FIXED | RATE_PROPAGATES,
>  	.enable_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
> -	.enable_bit	= OMAP24XX_EN_DSS2_SHIFT,
> +	.enable_bit	= OMAP24XX_EN_TV_SHIFT,
>  	.recalc		= &omap2_propagate_rate,
>  };

Thanks, pushing today.

Tony

      reply	other threads:[~2007-06-21 11:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20070619234600.427958900@pwsan.com>
2007-06-19 23:46 ` [PATCH 1/1] OMAP2: Fix dss_54m_fck enable_bit Paul Walmsley
2007-06-21 11:51   ` Tony Lindgren [this message]

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=20070621115101.GG20283@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap-open-source@linux.omap.com \
    --cc=paul@pwsan.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.