aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorHiroshi DOYU <Hiroshi.DOYU@nokia.com>2009-03-23 21:07:23 -0400
committerTony Lindgren <tony@atomide.com>2009-03-23 21:07:23 -0400
commit6c20a68372f158def0a29657ce11b3609ed24f9a (patch)
tree22be97db69357d2b5770a5e878220c8d529e9b16 /arch/arm/plat-omap
parent733ecc5c06bb2892f04ab1881721d665644cd261 (diff)
omap mailbox: add initial omap3 support
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/Kconfig8
-rw-r--r--arch/arm/plat-omap/include/mach/omap34xx.h1
2 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index 46d3b0b9ce69..6b1d50610328 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -104,6 +104,14 @@ config OMAP_MCBSP
104 Say Y here if you want support for the OMAP Multichannel 104 Say Y here if you want support for the OMAP Multichannel
105 Buffered Serial Port. 105 Buffered Serial Port.
106 106
107config OMAP_MBOX_FWK
108 tristate "Mailbox framework support"
109 depends on ARCH_OMAP
110 default n
111 help
112 Say Y here if you want to use OMAP Mailbox framework support for
113 DSP, IVA1.0 and IVA2 in OMAP1/2/3.
114
107choice 115choice
108 prompt "System timer" 116 prompt "System timer"
109 default OMAP_MPU_TIMER 117 default OMAP_MPU_TIMER
diff --git a/arch/arm/plat-omap/include/mach/omap34xx.h b/arch/arm/plat-omap/include/mach/omap34xx.h
index 8e0479fff05a..89173f16b9b7 100644
--- a/arch/arm/plat-omap/include/mach/omap34xx.h
+++ b/arch/arm/plat-omap/include/mach/omap34xx.h
@@ -61,6 +61,7 @@
61#define OMAP2_CM_BASE OMAP3430_CM_BASE 61#define OMAP2_CM_BASE OMAP3430_CM_BASE
62#define OMAP2_PRM_BASE OMAP3430_PRM_BASE 62#define OMAP2_PRM_BASE OMAP3430_PRM_BASE
63#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE) 63#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE)
64#define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000)
64 65
65#endif 66#endif
66 67