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

Commit 979aef8f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: change drive strength of SD card for QRD8940"

parents beb1eeec 3674a518
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -77,3 +77,21 @@
		status="disabled";
	};
};

&sdc2_cmd_on {
	config {
		drive-strength = <12>;
	};
};

&sdc2_data_on {
	config {
		drive-strength = <12>;
	};
};

&sdc2_clk_on {
	config {
		drive-strength = <12>;
	};
};