From b6b9439bf8ef3773deed7c39d71c9fdd6f36ce4b Mon Sep 17 00:00:00 2001
From: Philipp Zabel
Date: Mon, 14 Apr 2014 17:37:31 +0200
Subject: [PATCH] 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
---
arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | 4 ++++
1 file changed, 4 insertions(+)
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";
};
--
2.39.5