msm: Add configuration required for GSBI9 into UARTDM Mode

Add GSBI9 device related interfaces and their configuration
i.e. clock, ADM, GPIO and IBS sleep mechanism. GSBI9 would
be used with 8960 Fusion 2.2 for Primary IPC.

Change-Id: I6c9070080b2e3109c41b9968db46b93154b15983
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index f110a33..b4c2fdf 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -52,6 +52,7 @@
 extern struct platform_device msm_device_uart_dm12;
 extern struct platform_device *msm_device_uart_gsbi9;
 extern struct platform_device msm_device_uart_dm6;
+extern struct platform_device msm_device_uart_dm9;
 
 extern struct platform_device msm8960_device_uart_gsbi2;
 extern struct platform_device msm8960_device_uart_gsbi5;