From 00ee9f42f5f9d5d97aceac8f8474225d4b47c111 Mon Sep 17 00:00:00 2001
From: Timothy Meade <zt.tmzt@gmail.com>
Date: Thu, 24 Sep 2009 06:30:03 -0400
Subject: [PATCH 11/11] add machine_is_htcraphael_cdma500 to smd_7500.c, enables support for raph500

---
 arch/arm/mach-msm/smd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-msm/smd.c b/arch/arm/mach-msm/smd.c
index 84acf5d..60c1ba3 100644
--- a/arch/arm/mach-msm/smd.c
+++ b/arch/arm/mach-msm/smd.c
@@ -233,7 +233,7 @@ static void smd_channel_probe_worker(struct work_struct *work)
 		smd_ch_allocated[n] = 1;
 	}
 
-	if (machine_is_htcraphael_cdma() || machine_is_htcdiamond_cdma()) {
+	if (machine_is_htcraphael_cdma() || machine_is_htcraphael_cdma500() || machine_is_htcdiamond_cdma()) {
 		/* Pass whatever info we'll need in order to initialize the 7500
 		 * ports and keep them usable within smd.o
 		 */
-- 
1.6.3.3


