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

Commit c94a071e authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: dts: msm: Add pinctrl information to debug uart



Add pinctrl information to debug uart for both
msm8937 and msmtitanium SoCs.

Change-Id: Iebef487e74244f057eb046d4f9ee2c9d0f781a02
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent aa3aa09a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -114,6 +114,8 @@

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_active>;
};

&pmi_haptic{
+2 −0
Original line number Diff line number Diff line
@@ -70,6 +70,8 @@

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_active>;
};

&pmi_haptic{
+2 −0
Original line number Diff line number Diff line
@@ -18,5 +18,7 @@

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_active>;
};
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_active>;
};

&sdhc_1 {
+2 −0
Original line number Diff line number Diff line
@@ -18,5 +18,7 @@

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