Merge branch 'for_2.6.36' of git://git.pwsan.com/linux-2.6 into omap-for-linus
authorTony Lindgren <tony@atomide.com>
Wed, 4 Aug 2010 05:46:24 +0000 (08:46 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 4 Aug 2010 05:46:24 +0000 (08:46 +0300)
1  2 
arch/arm/mach-omap1/Kconfig
arch/arm/mach-omap1/clock_data.c
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/io.c

Simple merge
@@@ -475,27 -548,9 +548,27 @@@ static struct clk usb_dc_ck7xx = 
        /* Direct from ULPD, no parent */
        .rate           = 48000000,
        .enable_reg     = OMAP1_IO_ADDRESS(SOFT_REQ_REG),
-       .enable_bit     = 8,
+       .enable_bit     = SOFT_USB_OTG_DPLL_REQ_SHIFT,
  };
  
 +static struct clk uart1_7xx = {
 +      .name           = "uart1_ck",
 +      .ops            = &clkops_generic,
 +      /* Direct from ULPD, no parent */
 +      .rate           = 12000000,
 +      .enable_reg     = OMAP1_IO_ADDRESS(SOFT_REQ_REG),
 +      .enable_bit     = 9,
 +};
 +
 +static struct clk uart2_7xx = {
 +      .name           = "uart2_ck",
 +      .ops            = &clkops_generic,
 +      /* Direct from ULPD, no parent */
 +      .rate           = 12000000,
 +      .enable_reg     = OMAP1_IO_ADDRESS(SOFT_REQ_REG),
 +      .enable_bit     = 11,
 +};
 +
  static struct clk mclk_1510 = {
        .name           = "mclk",
        .ops            = &clkops_generic,
Simple merge
Simple merge