]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
This patch fixes the uart3 F&I clock enable bit position. Shutting off
authorRichard Woodruff <r-woodruff2@ti.com>
Thu, 27 Oct 2005 19:04:40 +0000 (22:04 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 27 Oct 2005 19:04:40 +0000 (22:04 +0300)
all unnecessary clocks at the loader caught this.

arch/arm/mach-omap2/clock.h

index 60ca5e9160ad8fe9aa32ee4624d2d8c3541a3053..5aa0040c8ca7d5c22e7cd75216399efe31713699 100644 (file)
@@ -1469,7 +1469,7 @@ static struct clk uart3_ick = {
        .parent         = &l4_ck,
        .flags          = CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X,
        .enable_reg     = (void __iomem *)&CM_ICLKEN2_CORE,
-       .enable_bit     = 3,
+       .enable_bit     = 2,
        .recalc         = &omap2_followparent_recalc,
 };
 
@@ -1478,7 +1478,7 @@ static struct clk uart3_fck = {
        .parent         = &func_48m_ck,
        .flags          = CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X,
        .enable_reg     = (void __iomem *)&CM_FCLKEN2_CORE,
-       .enable_bit     = 3,
+       .enable_bit     = 2,
        .recalc         = &omap2_followparent_recalc,
 };