* [PATCH 1/1] OMAP2: Fix dss_54m_fck enable_bit
[not found] <20070619234600.427958900@pwsan.com>
@ 2007-06-19 23:46 ` Paul Walmsley
2007-06-21 11:51 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Paul Walmsley @ 2007-06-19 23:46 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: fix-dss_54m_fck-bug.patch --]
[-- Type: text/plain, Size: 954 bytes --]
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,
};
--
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] OMAP2: Fix dss_54m_fck enable_bit
2007-06-19 23:46 ` [PATCH 1/1] OMAP2: Fix dss_54m_fck enable_bit Paul Walmsley
@ 2007-06-21 11:51 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-06-21 11:51 UTC (permalink / raw)
To: Paul Walmsley; +Cc: linux-omap-open-source
* 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-21 11:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox