#include <plat/common.h>
  #include <plat/control.h>
  #include <plat/timer-gp.h>
 +#include <plat/usb.h>
  #include <asm/hardware/gic.h>
+ #include <asm/hardware/cache-l2x0.h>
  
  static struct platform_device sdp4430_lcd_device = {
        .name           = "sdp4430_lcd",
 
  #define OMAP44XX_GIC_CPU_BASE         0x48240100
  #define OMAP44XX_SCU_BASE             0x48240000
  #define OMAP44XX_LOCAL_TWD_BASE               0x48240600
+ #define OMAP44XX_L2CACHE_BASE         0x48242000
  #define OMAP44XX_WKUPGEN_BASE         0x48281000
 +#define OMAP44XX_MCPDM_BASE           0x40132000
 +#define OMAP44XX_MCPDM_L3_BASE                0x49032000
  
  #define OMAP44XX_MAILBOX_BASE         (L4_44XX_BASE + 0xF4000)
 +#define OMAP44XX_HSUSB_OTG_BASE               (L4_44XX_BASE + 0xAB000)
  
  #endif /* __ASM_ARCH_OMAP44XX_H */