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

Commit c2e1445c authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Andy Gross
Browse files

ARM: dts: qcom: msm8974-honami: Define pinctrl state for blsp_uart2



Make sure the blsp1_uart2 pins are in the correct state for the uart.

Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 8005c49d
Loading
Loading
Loading
Loading
+23 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,29 @@
&soc {
&soc {
	serial@f991e000 {
	serial@f991e000 {
		status = "ok";
		status = "ok";

		pinctrl-names = "default";
		pinctrl-0 = <&blsp1_uart2_pin_a>;
	};

	pinctrl@fd510000 {
		blsp1_uart2_pin_a: blsp1-uart2-pin-active {
			rx {
				pins = "gpio5";
				function = "blsp_uart2";

				drive-strength = <2>;
				bias-pull-up;
			};

			tx {
				pins = "gpio4";
				function = "blsp_uart2";

				drive-strength = <4>;
				bias-disable;
			};
		};
	};
	};
};
};