public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH] OMAP3: add mailbox initialization for 3630
@ 2010-03-25 22:51 Guzman Lugo, Fernando
  2010-03-25 22:55 ` Kanigeri, Hari
  2010-03-25 23:01 ` Deepak Chitriki
  0 siblings, 2 replies; 6+ messages in thread
From: Guzman Lugo, Fernando @ 2010-03-25 22:51 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org
  Cc: Doyu Hiroshi (Nokia-D/Helsinki), Palande Ameya (Nokia-D/Helsinki),
	Felipe Contreras

>From 1fcfb230789f904de80c46b69c50879ee3f32ed8 Mon Sep 17 00:00:00 2001
From: Fernando Guzman Lugo <x0095840@ti.com>
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@ti.com>
---
 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 {
-- 
1.6.0.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-03-26 17:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-25 22:51 PATCH] OMAP3: add mailbox initialization for 3630 Guzman Lugo, Fernando
2010-03-25 22:55 ` Kanigeri, Hari
2010-03-25 23:44   ` Guzman Lugo, Fernando
2010-03-26  5:25     ` Hiroshi DOYU
2010-03-26 17:05       ` Guzman Lugo, Fernando
2010-03-25 23:01 ` Deepak Chitriki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox