msm8960:Initialize correct GSBI instance as debug UART for SGLTE.

CRs-Fixed: 379295
Change-Id: I0873e1b142557140601dadc3b4114608eab74b5a
diff --git a/platform/msm8960/gpio.c b/platform/msm8960/gpio.c
index 7b3f808..c185ca6 100644
--- a/platform/msm8960/gpio.c
+++ b/platform/msm8960/gpio.c
@@ -129,6 +129,15 @@
 							 GPIO_8MA, GPIO_DISABLE);
 			break;
 
+		case GSBI_ID_8:
+			/* configure rx gpio */
+			gpio_tlmm_config(35, 1, GPIO_INPUT, GPIO_NO_PULL,
+							 GPIO_8MA, GPIO_DISABLE);
+			/* configure tx gpio */
+			gpio_tlmm_config(34, 1, GPIO_OUTPUT, GPIO_NO_PULL,
+							 GPIO_8MA, GPIO_DISABLE);
+			break;
+
 		default:
 			ASSERT(0);
 		}