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

Commit 383ef204 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: msm8916: Update pull-up configs for both SDHC1 and SDHC2"

parents 52159dfc 34af756c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -88,11 +88,11 @@
			qcom,num-grp-pins = <1>;
			label = "sdc1-cmd";
			sdc1_cmd_on: cmd_on {
				bias-disable; /* NO pull */
				bias-pull-up; /* pull up */
				drive-strength = <10>; /* 10 MA */
			};
			sdc1_cmd_off: cmd_off {
				bias-pull-up = <0x3>; /* pull up */
				bias-pull-up; /* pull up */
				drive-strength = <2>; /* 2 MA */
			};
		};
@@ -102,7 +102,7 @@
			qcom,num-grp-pins = <1>;
			label = "sdc1-data";
			sdc1_data_on: data_on {
				bias-disable; /* NO pull */
				bias-pull-up; /* pull up */
				drive-strength = <10>; /* 10 MA */
			};
			sdc1_data_off: data_off {
@@ -130,7 +130,7 @@
			qcom,num-grp-pins = <1>;
			label = "sdc2-cmd";
			sdc2_cmd_on: cmd_on {
				bias-disable; /* NO pull */
				bias-pull-up; /* pull up */
				drive-strength = <10>; /* 10 MA */
			};
			sdc2_cmd_off: cmd_off {
@@ -144,7 +144,7 @@
			qcom,num-grp-pins = <1>;
			label = "sdc2-data";
			sdc2_data_on: data_on {
				bias-disable; /* NO pull */
				bias-pull-up; /* pull up */
				drive-strength = <10>; /* 10 MA */
			};
			sdc2_data_off: data_off {