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

Commit 7e314d1f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Set SD card property for 8909 SKUA"

parents 9606fcad bc87aa6b
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -135,3 +135,22 @@
	status = "okay";
	qcom,battery-data = <&qrd_batterydata>;
};

&sdc2_cd_on {
	/delete-property/ bias-pull-up;
	bias-pull-down;
};

&sdc2_cd_off {
	/delete-property/ bias-disable;
	bias-pull-down;
};

&sdhc_2 {
	qcom,nonhotplug;
	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;
};