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

Commit e6a5be88 authored by Pratibhasagar V's avatar Pratibhasagar V
Browse files

ARM: dts: msm: Increase the drive strengths for MSM8926



With the 10mA random CRC issues are seen on SD card.
Raise the drive strength to 16mA address this.

CRs-Fixed: 641618
Change-Id: If73c175ed50bfb220b9a8a3f018e5c71126fca1d
Signed-off-by: default avatarPratibhasagar V <pratibha@codeaurora.org>
parent 74bceb7c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,3 +21,7 @@
	compatible = "qcom,msm8926-mtp", "qcom,msm8926", "qcom,mtp";
	qcom,board-id = <8 2>;
};

&sdc2_clk_on {
	drive-strength = <16>; /* 16 MA */
};
+4 −0
Original line number Diff line number Diff line
@@ -21,3 +21,7 @@
	compatible = "qcom,msm8926-mtp", "qcom,msm8926", "qcom,mtp";
	qcom,board-id = <8 0>;
};

&sdc2_clk_on {
	drive-strength = <16>; /* 16 MA */
};