Conflicts:
	arch/arm/mach-omap2/board-omap3beagle.c
  #include <mach/gpmc.h>
  #include <mach/nand.h>
  #include <mach/mux.h>
 -#include <mach/usb.h>
+ #include <mach/timer-gp.h>
  
 +#include "twl4030-generic-scripts.h"
  #include "mmc-twl4030.h"
  
 +
  #define GPMC_CS0_BASE  0x60
  #define GPMC_CS_SIZE   0x30
  
  
  static void __init omap3_beagle_init_irq(void)
  {
 -      omap2_init_common_hw(NULL);
 +      omap2_init_common_hw(mt46h32m32lf6_sdrc_params);
        omap_init_irq();
+ #ifdef CONFIG_OMAP_32K_TIMER
+       omap2_gp_clockevent_set_gptimer(12);
+ #endif
        omap_gpio_init();
  }