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

Commit 809160a9 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 SKUE"

parents 5d7a7415 10e36a03
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -66,3 +66,23 @@
		qcom,y-offset = <0>;
	};
};

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

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

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