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

Commit ed23f201 authored by Xiaocheng Li's avatar Xiaocheng Li
Browse files

ARM: dts: msm: Disable UART1 on QRD board



As GPIO1 is only used for LCD backlight enabling on QRD board, so
disable the UART1 which would also use GPIO1 to avoid the GPIO
confliction.

Change-Id: I8bf0f3ee17eaab32221cb15c812964b818021782
Signed-off-by: default avatarXiaocheng Li <lix@codeaurora.org>
parent f3406196
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@
#include "msm8939.dtsi"
#include "msm8939-pinctrl.dtsi"

&blsp1_uart1 {
	status = "disabled";
};

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";