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

Commit 3a948415 authored by Kishan Kumar's avatar Kishan Kumar
Browse files

ARM: dts: msm: Switch to UART0 for msm8909



Use UART0 instead of UART1 as the debug UART for
msm8909, to comply with the latest GPIO schematic
changes.

Change-Id: I060f6f97b0d4f0328b3928b0c7c210db3fd7987c
Signed-off-by: default avatarKishan Kumar <kishank@codeaurora.org>
parent f23eb71e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
	};
};

&blsp1_uart2 {
&blsp1_uart1 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
	};
};

&blsp1_uart2 {
&blsp1_uart1 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
+2 −2
Original line number Diff line number Diff line
@@ -31,9 +31,9 @@
		};

		pmx-uartconsole {
			qcom,pins = <&gp 20>, <&gp 21>;
			qcom,pins = <&gp 4>, <&gp 5>;
			qcom,num-grp-pins = <2>;
			qcom,pin-func = <3>;
			qcom,pin-func = <2>;
			label = "uart-console";
			uart_console_sleep: uart-console {
				drive-strength = <2>;
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
	compatible = "qcom,msm8909-qrd", "qcom,msm8909", "qcom,qrd";
};

&blsp1_uart2 {
&blsp1_uart1 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
	status = "disabled";
};

&blsp1_uart2 {
&blsp1_uart1 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
Loading