msm8930 sglte: Add support for GSBI11 for serial console
This change adds GSBI11 UARTDM device and required resource
(its GPIOs and clocks) with their configurations for 8930
SGLTE EVT2 for serial console functionality.
CRs-Fixed: 459320
Change-Id: I552da00481feefb9b8c6857799995b5a0caade85
Signed-off-by: Saket Saurabh <ssaurabh@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8930.c b/arch/arm/mach-msm/board-8930.c
index 6ad1cb9..f8f02e2 100644
--- a/arch/arm/mach-msm/board-8930.c
+++ b/arch/arm/mach-msm/board-8930.c
@@ -3012,6 +3012,10 @@
/* Add UART Serial for EVT1 device */
platform_device_register(
&msm8930_device_uart_gsbi10);
+ else if (minor_ver == 1)
+ /* Add UART Serial for EVT2 device */
+ platform_device_register(
+ &msm8930_device_uart_gsbi11);
}
} else {
/* For 8930 Standalone serial console */