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

Commit 10e36a03 authored by Guoping Yu's avatar Guoping Yu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Set SD card property for 8909 SKUE



according to HW design:
1. set cd-gpio as pull down when suspend and resume to avoid
trigger QDSD debugger rescan process.
2. delete property cd-gpios and status_irq as SD card hot swap
is not support.
3. set qcom,nonremovable as SD card could not be removed unless
plug out battery first.

Change-Id: I0a6d7a3a27b7fe1b862616b27d58463cbf9dbee7
Signed-off-by: default avatarGuoping Yu <guopingy@codeaurora.org>
parent 8e7973e2
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;
};