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

Commit 0ab74862 authored by xiaonian's avatar xiaonian Committed by c_yinbin
Browse files

ARM: dts: msm: disable sdhc_2 for msm8996 DTP EVT1 board



Disable sdhc_2 as hardware doesn't support SD card.

Change-Id: I0e36e735f9b58808d44bf5d9a0b368dc97ed72b1
Signed-off-by: default avatarxiaonian <xiaonian@codeaurora.org>
parent 692f4191
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -74,3 +74,7 @@
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,dcs-cmd-by-left;
	qcom,dcs-cmd-by-left;
};
};

&sdhc_2 {
	status = "disabled";
};