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

Commit 3c9408be authored by Ram Prakash Gupta's avatar Ram Prakash Gupta
Browse files

ARM: dts: msm: Disable sdcard on cdp & eMMC on mbb platform

Disable sdcard on cdp & emmc on mtp mbb platform as mbb platform
doesn't support eMMC. We would enable sdcard and eMMC separately
on different platform specific dt file.

Change-Id: Ife9ca9b5512a8bf0cb1f9de7dd40a80c6d168506
parent b34b01c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
};

&sdhc_1 {
	status = "ok";
	status = "disabled";

	vdd-supply = <&vreg_sd_vdd>;
	qcom,vdd-voltage-level = <2950000 2950000>;
+5 −1
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@
	qcom,boot-option = <0x1>;
};

&qnand_1 {
	status = "ok";
};

&sdhc_1 {
	reg = <0x08804000 0x1000>, <0x08805000 0x1000>;
	reg-names = "hc_mem", "cqhci_mem";
@@ -39,5 +43,5 @@
	pinctrl-0 = <&sdc1_on>;
	pinctrl-1 = <&sdc1_off>;

	status = "ok";
	status = "disabled";
};