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

Commit 85a74259 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: Optimize uart console sleep config"

parents 4f2daf0e a8284c80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,8 +66,8 @@
			label = "uart-console";

		uart_console_sleep: uart-console {
				drive-strength = <16>;
				bias-disable;
				drive-strength = <2>;
				bias-pull-down;
			};
		};

+2 −2
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@
			qcom,pin-func = <2>;
			label = "uart-console";
			uart_console_sleep: uart-console {
				drive-strength = <16>;
				bias-disable;
				drive-strength = <2>;
				bias-pull-down;
			};
		};

+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@
			label = "uart-console";

		uart_console_sleep: uart-console {
				drive-strength = <8>;
				bias-disable;
				drive-strength = <2>;
				bias-pull-down;
			};
		};

+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@
			label = "uart-console";

			uart_console_sleep: uart-console {
				drive-strength = <16>;
				bias-disable;
				drive-strength = <2>;
				bias-pull-down;
			};
		};