target: msm8994: Use HW team recommended drv strength

USe 10/8/8 drive strength for sdc1 tlmm pins clk/data/cmd.
These values have better signal integrity on all platforms.

Change-Id: Ic00283cb6b11d041ceb13d8d0b46832aa69fa7f3
diff --git a/target/msm8994/init.c b/target/msm8994/init.c
index bb3198e..c6fdafb 100644
--- a/target/msm8994/init.c
+++ b/target/msm8994/init.c
@@ -212,7 +212,7 @@
 
 	if (slot == 0x1)
 	{
-		clk = TLMM_CUR_VAL_16MA;
+		clk = TLMM_CUR_VAL_10MA;
 		cmd = TLMM_CUR_VAL_8MA;
 		dat = TLMM_CUR_VAL_8MA;
 		reg = SDC1_HDRV_PULL_CTL;