diff options
-rw-r--r-- | arch/arm/plat-omap/include/mach/omap34xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/mach/omap34xx.h b/arch/arm/plat-omap/include/mach/omap34xx.h index 1b1c35d21697..ab640151d3ec 100644 --- a/arch/arm/plat-omap/include/mach/omap34xx.h +++ b/arch/arm/plat-omap/include/mach/omap34xx.h | |||
@@ -81,6 +81,7 @@ | |||
81 | #define OMAP34XX_HSUSB_HOST_BASE (L4_34XX_BASE + 0x64000) | 81 | #define OMAP34XX_HSUSB_HOST_BASE (L4_34XX_BASE + 0x64000) |
82 | #define OMAP34XX_USBTLL_BASE (L4_34XX_BASE + 0x62000) | 82 | #define OMAP34XX_USBTLL_BASE (L4_34XX_BASE + 0x62000) |
83 | 83 | ||
84 | #define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000) | ||
84 | 85 | ||
85 | #if defined(CONFIG_ARCH_OMAP3430) | 86 | #if defined(CONFIG_ARCH_OMAP3430) |
86 | 87 | ||
@@ -88,7 +89,6 @@ | |||
88 | #define OMAP2_CM_BASE OMAP3430_CM_BASE | 89 | #define OMAP2_CM_BASE OMAP3430_CM_BASE |
89 | #define OMAP2_PRM_BASE OMAP3430_PRM_BASE | 90 | #define OMAP2_PRM_BASE OMAP3430_PRM_BASE |
90 | #define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE) | 91 | #define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE) |
91 | #define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000) | ||
92 | 92 | ||
93 | #endif | 93 | #endif |
94 | 94 | ||