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

Commit 1d6d638d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 101cc416 3c9408be
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";
};