Acked-by: Deepak Chitriki <deepak.chitriki@xxxxxx>
Deepak
Guzman Lugo, Fernando wrote:
From 1fcfb230789f904de80c46b69c50879ee3f32ed8 Mon Sep 17 00:00:00 2001
From: Fernando Guzman Lugo <x0095840@xxxxxx>
Date: Thu, 25 Mar 2010 16:55:46 -0600
Subject: [PATCH] OMAP3: add mailbox initialization for 3630
This patch adds mailbox initialization for 3630
Signed-off-by: Fernando Guzman Lugo <x0095840@xxxxxx>
---
arch/arm/mach-omap2/devices.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index 18ad931..f9d177b 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2/devices.c
@@ -196,7 +196,8 @@ static struct platform_device mbox_device = {
static inline void omap_init_mbox(void)
{
- if (cpu_is_omap2420() || cpu_is_omap3430() || cpu_is_omap44xx()) {
+ if (cpu_is_omap2420() || cpu_is_omap3430() ||
+ cpu_is_omap3630() || cpu_is_omap44xx()) {
mbox_device.num_resources = ARRAY_SIZE(omap_mbox_resources);
mbox_device.resource = omap_mbox_resources;
} else {
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html