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

Commit 0ae54fc7 authored by Rohit Vaswani's avatar Rohit Vaswani Committed by Zhoulu Luo
Browse files

ARM: dts: msm8994: Add Uart node for MTP



This patch adds the serial console uart node of the MSM8994 MTP.

Change-Id: I24d28a506f71089770f95b869c9c1c8ab33c6f02
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent 49621277
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -443,3 +443,9 @@
&blsp2_uart2 {
	status = "ok";
};

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