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

Commit 966b2ae9 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: decrease drive strength of SD card for QRD8937"

parents b7a17b79 1b94b541
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -127,3 +127,15 @@
&dsi_hx8394f_720p_video {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

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

&sdc2_data_on {
	config {
		drive-strength = <12>;
	};
};
+12 −0
Original line number Diff line number Diff line
@@ -151,3 +151,15 @@
		};
	};
};

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

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