From patchwork Mon Jul 22 21:54:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 2831607 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B637B9F7D6 for ; Mon, 22 Jul 2013 21:55:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D0160202E8 for ; Mon, 22 Jul 2013 21:55:55 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C4E46202DB for ; Mon, 22 Jul 2013 21:55:54 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1O4g-0005op-6D; Mon, 22 Jul 2013 21:55:22 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1O4Y-0007XP-R6; Mon, 22 Jul 2013 21:55:14 +0000 Received: from mail-gg0-x22a.google.com ([2607:f8b0:4002:c02::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V1O4M-0007V9-BH for linux-arm-kernel@lists.infradead.org; Mon, 22 Jul 2013 21:55:02 +0000 Received: by mail-gg0-f170.google.com with SMTP id s5so2237172ggc.29 for ; Mon, 22 Jul 2013 14:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=iqvOiEn9PVkEnl5mpj9ch/KOnT5vyATijl/jXNUkcDI=; b=CmWU6wTtqmMOx2goaIecwyzaw3rgfyZ4wDqC+youPKByuryLDevRLOIG+OC/uBZVWh muGcMGp0X0bTtKf1tEZTP/MuSLK32ARM9+1Rs3UWDgxDDAG8/5vnlHd0sIVVam6A3azL 8+AF4hLBBDmjsAxxDIynC1E2ApEO2F5Yh0IVwVykl4lzOemm0myZr9MkyCKurre8XM36 0sWh0oRX4nrW9Edpo66NQKvU6ez1eDK9yQlOa3jzGfoOlw55N3Mm399wY4KqpTMs0Y8X N3djmZw2ZMRfgMtBnOerM/T4xwJCQ3QFa/2BFzlWqcljU5ETNaa+ag3bZk35MpwCZbH8 tK3g== X-Received: by 10.236.46.4 with SMTP id q4mr14011380yhb.217.1374530081302; Mon, 22 Jul 2013 14:54:41 -0700 (PDT) Received: from localhost.localdomain ([177.194.44.29]) by mx.google.com with ESMTPSA id 66sm41622957yhe.20.2013.07.22.14.54.39 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Jul 2013 14:54:40 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH v2 2/2] ARM: dts: mx6: Add support for imx6dl nitrogen board Date: Mon, 22 Jul 2013 18:54:16 -0300 Message-Id: <1374530056-31335-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1374530056-31335-1-git-send-email-festevam@gmail.com> References: <1374530056-31335-1-git-send-email-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130722_175502_464301_48F621EB X-CRM114-Status: GOOD ( 12.96 ) X-Spam-Score: -2.0 (--) Cc: Fabio Estevam , eric.nelson@boundarydevices.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Fabio Estevam Signed-off-by: Fabio Estevam --- Changes since v1: - None arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6dl-nitrogen.dts | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 arch/arm/boot/dts/imx6dl-nitrogen.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index eeb2275..3f1a75d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -124,6 +124,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ imx53-mba53.dtb \ imx53-qsb.dtb \ imx53-smd.dtb \ + imx6dl-nitrogen.dtb \ imx6dl-sabreauto.dtb \ imx6dl-sabresd.dtb \ imx6dl-wandboard.dtb \ diff --git a/arch/arm/boot/dts/imx6dl-nitrogen.dts b/arch/arm/boot/dts/imx6dl-nitrogen.dts new file mode 100644 index 0000000..d1ba3fc --- /dev/null +++ b/arch/arm/boot/dts/imx6dl-nitrogen.dts @@ -0,0 +1,27 @@ +/* + * Copyright 2013 Freescale Semiconductor, Inc. + * + * Author: Fabio Estevam + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + */ + +/dts-v1/; +#include "imx6q.dtsi" +#include "imx6qdl-nitrogen.dtsi" + +/ { + model = "Boundary Devices i.MX6 Dual Lite Nitrogen Board"; + compatible = "boundary,imx6dl-nitrogen", "fsl,imx6dl"; + + memory { + reg = <0x10000000 0x40000000>; + }; +}; + +&sata { + status = "okay"; +};