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

Commit 679b6dc5 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: Update SDC1 lines sleep configuration for 8909w BG"

parents 2f0fac9f 69e2fcc5
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -194,6 +194,33 @@
	status = "disabled";
};

&sdc1_clk_off {
	config {
		pins = "sdc1_clk";
		bias-disable; /* NO pull */
		drive-strength = <2>; /* 2 MA */
		output-low;
	};
};

&sdc1_cmd_off {
	config {
		pins = "sdc1_cmd";
		bias-disable; /* NO pull */
		drive-strength = <2>; /* 2 MA */
		output-low;
	};
};

&sdc1_data_off {
	config {
		pins = "sdc1_data";
		bias-disable; /* NO pull */
		drive-strength = <2>; /* 2 MA */
		output-low;
	};
};

&sdhc_2 {
	status = "disabled";
};
+27 −0
Original line number Diff line number Diff line
@@ -195,6 +195,33 @@
	status = "disabled";
};

&sdc1_clk_off {
	config {
		pins = "sdc1_clk";
		bias-disable; /* NO pull */
		drive-strength = <2>; /* 2 MA */
		output-low;
	};
};

&sdc1_cmd_off {
	config {
		pins = "sdc1_cmd";
		bias-disable; /* NO pull */
		drive-strength = <2>; /* 2 MA */
		output-low;
	};
};

&sdc1_data_off {
	config {
		pins = "sdc1_data";
		bias-disable; /* NO pull */
		drive-strength = <2>; /* 2 MA */
		output-low;
	};
};

&sdhc_2 {
	status = "disabled";
};
+27 −0
Original line number Diff line number Diff line
@@ -238,6 +238,33 @@
	status = "disabled";
};

&sdc1_clk_off {
	config {
		pins = "sdc1_clk";
		bias-disable; /* NO pull */
		drive-strength = <2>; /* 2 MA */
		output-low;
	};
};

&sdc1_cmd_off {
	config {
		pins = "sdc1_cmd";
		bias-disable; /* NO pull */
		drive-strength = <2>; /* 2 MA */
		output-low;
	};
};

&sdc1_data_off {
	config {
		pins = "sdc1_data";
		bias-disable; /* NO pull */
		drive-strength = <2>; /* 2 MA */
		output-low;
	};
};

&sdhc_2 {
	status = "disabled";
};