aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTengfei Fan <tengfeif@codeaurora.org>2019-02-22 14:34:04 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2019-02-26 07:34:55 -0800
commit976be12b72ca2e1f5479e26aeac8e1b1c12dc41b (patch)
treefe006e1a6429d4bb3a2e3fd8c64b4147eb5789fb
parent864169c4b159c644a941bf045cbdca0143bb74e0 (diff)
ARM: dts: msm: add uart gpio control config to avoid white noiseLA.UM.7.6.2.r1-07100-89xx.0
We can get many white noise if not add uart gpio control config, so add it. Change-Id: I1cca7cd62eb6f69c7a3253ad8ae832dcb2245f4d Signed-off-by: Tengfei Fan <tengfeif@codeaurora.org>
-rw-r--r--arch/arm64/boot/dts/qcom/qm215-qrd.dtsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/qm215-qrd.dtsi b/arch/arm64/boot/dts/qcom/qm215-qrd.dtsi
index 058edaa9ddd7..fa29c8ed9ad2 100644
--- a/arch/arm64/boot/dts/qcom/qm215-qrd.dtsi
+++ b/arch/arm64/boot/dts/qcom/qm215-qrd.dtsi
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -13,6 +13,8 @@
&blsp1_uart2 {
status = "ok";
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart_console_active>;
};
#include <dt-bindings/clock/msm-clocks-8952.h>