[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1429617918-32086-4-git-send-email-g.portay@overkiz.com>
Date: Tue, 21 Apr 2015 14:05:14 +0200
From: Gaël PORTAY <g.portay@...rkiz.com>
To: Nicolas Ferre <nicolas.ferre@...el.com>,
Boris Brezillon <boris.brezillon@...e-electrons.com>,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Gaël PORTAY <g.portay@...rkiz.com>
Subject: [PATCH v2 3/7] ARM: at91/dt: at91-kizbox: user proper serial uart
USART3 is the only serial UART accessible.
Signed-off-by: Gaël PORTAY <g.portay@...rkiz.com>
---
arch/arm/boot/dts/at91-kizbox.dts | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts
index 00c86c1..72d5de80 100644
--- a/arch/arm/boot/dts/at91-kizbox.dts
+++ b/arch/arm/boot/dts/at91-kizbox.dts
@@ -38,14 +38,6 @@
ahb {
apb {
- usart0: serial@...b0000 {
- status = "okay";
- };
-
- usart1: serial@...b4000 {
- status = "okay";
- };
-
macb0: ethernet@...c4000 {
phy-mode = "mii";
pinctrl-0 = <&pinctrl_macb_rmii
@@ -53,6 +45,10 @@
status = "okay";
};
+ usart3: serial@...d0000 {
+ status = "okay";
+ };
+
dbgu: serial@...ff200 {
status = "okay";
};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists