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

Commit f09c4d25 authored by Sarthak Garg's avatar Sarthak Garg
Browse files

ARM: dts: msm: Update drive strength values for sdc1 node on shima

Getting CRC errors for some eMMC devices on shima.
So use the VI recommended drive strength values for sdc1 node.

Change-Id: I86ff6acaf12156cf1bc0c885acc62814606e32eb
parent c1bbe233
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1550,19 +1550,19 @@
			clk {
				pins = "sdc1_clk";
				bias-disable;
				drive-strength = <16>;
				drive-strength = <12>;
			};

			cmd {
				pins = "sdc1_cmd";
				bias-pull-up;
				drive-strength = <10>;
				drive-strength = <12>;
			};

			data {
				pins = "sdc1_data";
				bias-pull-up;
				drive-strength = <10>;
				drive-strength = <12>;
			};

			rclk {