msm: smd_pkt: Add new devices for femtocell

Add SMD PKT ports required for testing, logging, and data communication
on femtocell targets.

Change-Id: Ie5b0e2dc3055c9f253f358c08e2fed33cec06c5a
Signed-off-by: Eric Holmberg <eholmber@codeaurora.org>
diff --git a/arch/arm/mach-msm/smd_pkt.c b/arch/arm/mach-msm/smd_pkt.c
index 8e7a1f5..eb7aa8a 100644
--- a/arch/arm/mach-msm/smd_pkt.c
+++ b/arch/arm/mach-msm/smd_pkt.c
@@ -41,7 +41,7 @@
 #ifdef CONFIG_ARCH_FSM9XXX
 #define NUM_SMD_PKT_PORTS 4
 #else
-#define NUM_SMD_PKT_PORTS 24
+#define NUM_SMD_PKT_PORTS 27
 #endif
 
 #define PDRIVER_NAME_MAX_SIZE 32
@@ -725,6 +725,9 @@
 	"smdcntl8",
 	"smd_sns_adsp",
 	"smd_cxm_qmi",
+	"smd_test_framework",
+	"smd_logging_0",
+	"smd_data_0",
 	"smd_pkt_loopback",
 };
 
@@ -752,6 +755,9 @@
 	"DATA40_CNTL",
 	"SENSOR",
 	"CXM_QMI_PORT_8064",
+	"TESTFRAMEWORK",
+	"LOGGING",
+	"DATA",
 	"LOOPBACK",
 };
 
@@ -779,6 +785,9 @@
 	SMD_APPS_MODEM,
 	SMD_APPS_QDSP,
 	SMD_APPS_WCNSS,
+	SMD_APPS_QDSP,
+	SMD_APPS_QDSP,
+	SMD_APPS_QDSP,
 	SMD_APPS_MODEM,
 };
 #endif