ARM: dts: msm: Do not specify card detect gpio for 8x10 SKUAA

according to hw, card detect gpio should not be specified.
Mark the slot as non-removeable as well so that polling will
not be enabled unnecessarily.

Change-Id: I88a08ea17064f887c16086447ea997a0e284f11f
Signed-off-by: guopingy <guopingy@codeaurora.org>
diff --git a/arch/arm/boot/dts/msm8610-qrd-skuaa.dtsi b/arch/arm/boot/dts/msm8610-qrd-skuaa.dtsi
index 53abb95..d731ce0 100644
--- a/arch/arm/boot/dts/msm8610-qrd-skuaa.dtsi
+++ b/arch/arm/boot/dts/msm8610-qrd-skuaa.dtsi
@@ -96,3 +96,14 @@
 		qcom,master-en = <1>;
 	};
 };
+
+&sdhc_2 {
+        qcom,nonremovable;
+
+        interrupts = <0 1>;
+        interrupt-map = <0 &intc 0 125 0
+                        1 &intc 0 221 0>;
+        interrupt-names = "hc_irq", "pwr_irq";
+        /delete-property/ cd-gpios;
+};
+