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

Commit 6f36e501 authored by Shrey Vijay's avatar Shrey Vijay Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Configure pinctrl for BLSP1 UART2 for MSM8909



Configure pinctrl settings for BLSP1 UART2 console and use correct
BLSP1 UART2 HSUART pinctrl function for MSM8909.

Change-Id: I6d4f17ec6ed6c491d99864190e41489e52c0a949
Signed-off-by: default avatarShrey Vijay <shreyv@codeaurora.org>
parent d0ad11f4
Loading
Loading
Loading
Loading
+26 −3
Original line number Diff line number Diff line
@@ -185,10 +185,33 @@
			};
		};

		uart_console2_active: uart_console2_active {
			mux {
				pins = "gpio20", "gpio21";
				function = "blsp_uart2";
			};
			config {
				pins = "gpio20", "gpio21";
				drive-strength = <2>;
				bias-disable;
			};
		};
		uart_console2_sleep: uart_console2_sleep {
			mux {
				pins = "gpio20", "gpio21";
				function = "blsp_uart2";
			};
			config {
				pins = "gpio20", "gpio21";
				drive-strength = <2>;
				bias-pull-down;
			};
		};

		blsp1_uart2_tx_active: blsp1_uart2_tx_active {
			mux {
				pins = "gpio20";
				function = "blsp_uart2_a";
				function = "blsp_uart2";
			};

			config {
@@ -214,7 +237,7 @@
		blsp1_uart2_rxcts_active: blsp1_uart2_rxcts_active {
			mux {
				pins = "gpio21", "gpio111";
				function = "blsp_uart2_a";
				function = "blsp_uart2";
			};

			config {
@@ -240,7 +263,7 @@
		blsp1_uart2_rfr_active: blsp1_uart2_rfr_active {
			mux {
				pins = "gpio112";
				function = "blsp_uart2_a";
				function = "blsp_uart2";
			};

			config {