From: Philipp Zabel
Date: Mon, 14 Apr 2014 15:37:31 +0000 (+0200)
Subject: ARM: dts: pbab01: Enable UART1
X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b6b9439bf8ef3773deed7c39d71c9fdd6f36ce4b;p=linux-beck.git
ARM: dts: pbab01: Enable UART1
This patch enables UART1 on the phyFLEX connector (i.MX6 uart3).
Signed-off-by: Philipp Zabel
Signed-off-by: Shawn Guo
---
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
index c6ab762918aa..323a6479ce37 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
@@ -57,6 +57,10 @@
status = "okay";
};
+&uart3 {
+ status = "okay";
+};
+
&uart4 {
status = "okay";
};