From patchwork Mon Jul 9 19:39:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denis 'GNUtoo' Carikli X-Patchwork-Id: 1174611 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id BAE41DF235 for ; Mon, 9 Jul 2012 19:49:59 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SoJuE-0001CK-OR; Mon, 09 Jul 2012 19:46:02 +0000 Received: from smtp203.alice.it ([82.57.200.99]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SoJtl-00019B-2t for linux-arm-kernel@lists.infradead.org; Mon, 09 Jul 2012 19:45:34 +0000 Received: from gnutoo-laptop.workgroup (79.7.128.87) by smtp203.alice.it (8.6.023.02) (authenticated as editempo@alice.it) id 4ECA5E23081D53FC; Mon, 9 Jul 2012 21:39:25 +0200 From: Denis 'GNUtoo' Carikli To: Sascha Hauer Subject: [PATCH 2/2] arm/dts: Add support for i.MX31 bug 1.x board from buglabs. Date: Mon, 9 Jul 2012 21:39:13 +0200 Message-Id: <1341862753-14848-3-git-send-email-GNUtoo@no-log.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1341862753-14848-1-git-send-email-GNUtoo@no-log.org> References: <1341862753-14848-1-git-send-email-GNUtoo@no-log.org> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [82.57.200.99 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Denis 'GNUtoo' Carikli , Shawn Guo , linux-arm-kernel@lists.infradead.org, Sascha Hauer X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Only the main UART and the memory node information are added. Signed-off-by: Denis 'GNUtoo' Carikli --- arch/arm/boot/dts/imx31-bug.dts | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/imx31-bug.dts diff --git a/arch/arm/boot/dts/imx31-bug.dts b/arch/arm/boot/dts/imx31-bug.dts new file mode 100644 index 0000000..24731cb --- /dev/null +++ b/arch/arm/boot/dts/imx31-bug.dts @@ -0,0 +1,31 @@ +/* + * Copyright 2012 Denis 'GNUtoo' Carikli + * + * The code contained herein is licensed under the GNU General Public + * License. You may obtain a copy of the GNU General Public License + * Version 2 or later at the following locations: + * + * http://www.opensource.org/licenses/gpl-license.html + * http://www.gnu.org/copyleft/gpl.html + */ + +/dts-v1/; +/include/ "imx31.dtsi" + +/ { + model = "Buglabs i.MX31 Bug 1.x"; + compatible = "fsl,imx31-bug", "fsl,imx31"; + + memory { + reg = <0x80000000 0x8000000>; /* 128M */ + }; + + soc { + aips@43f00000 { /* AIPS1 */ + uart5: serial@43fb4000 { + fsl,uart-has-rtscts; + status = "okay"; + }; + }; + }; +};