Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3d27e59 authored by Guoping Yu's avatar Guoping Yu
Browse files

ARM: dts: msm: Do not specify card detect gpio for 8939 SKUK



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: I51b4d252cfafaac88abc448fca58fbbb5bac6b46
Signed-off-by: default avatarGuoping Yu <guopingy@codeaurora.org>
parent d243db38
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -108,3 +108,14 @@
		invn,place = "Portrait Down Back Side";
	};
};

&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;
};