From patchwork Wed Jun 19 08:27:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo i Serra X-Patchwork-Id: 2747531 Return-Path: X-Original-To: patchwork-linux-omap@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 B875F9F3A0 for ; Wed, 19 Jun 2013 08:27:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 923D0201E4 for ; Wed, 19 Jun 2013 08:27:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 93387201E7 for ; Wed, 19 Jun 2013 08:27:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934074Ab3FSI1T (ORCPT ); Wed, 19 Jun 2013 04:27:19 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:60134 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934052Ab3FSI1P (ORCPT ); Wed, 19 Jun 2013 04:27:15 -0400 Received: by mail-wg0-f44.google.com with SMTP id m15so4202207wgh.11 for ; Wed, 19 Jun 2013 01:27:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=jnIdeUvEqbiYGutjl2WIukhDhN8Z5AK1UKa/j8ZgOkE=; b=GTZ0F/5ElLQSSEFzh+x4NVEaRM5eTcK9DvCqBG2bvPMHXspk4sB3ChqduB4UgujA+C f2lf5RYQicvlt7hF2iuZ7UZuTO8CICm3Y5CRZcGb4eKfHwp3kHUqg13vTrX2BlNntwZ8 Yw13avFdDw1Qs5rbZrBAHqYoTkp2xg9zA2Y4fiL2FrDHWLPD6DhjjsX2czhQfhHYruMW ZQQUqMoPcb63XRnhSiKLHf8EzfcdXnfpfmc6oKrakBH5p2ie6Cxu0BvTfvZcnz+2jXHT pWtIufyLPsyqUwI4Q6L1H1EOv6g4wERt4o+eYecIqYNaXIWfD9QpPX/wcI4ot9tuMX4A MREQ== X-Received: by 10.194.22.1 with SMTP id z1mr1328951wje.14.1371630434103; Wed, 19 Jun 2013 01:27:14 -0700 (PDT) Received: from localhost.localdomain (43.Red-2-139-180.staticIP.rima-tde.net. [2.139.180.43]) by mx.google.com with ESMTPSA id en3sm7579133wid.1.2013.06.19.01.27.13 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Jun 2013 01:27:13 -0700 (PDT) From: Enric Balletbo i Serra To: linux-omap@vger.kernel.org, Benoit Cousson , Tony Lindgren , Javier Martinez Canillas Cc: Enric Balletbo i Serra Subject: [PATCH 2/2] ARM: dts: AM33XX: Add support for IGEP AQUILA EXPANSION board. Date: Wed, 19 Jun 2013 10:27:03 +0200 Message-Id: <1371630423-2481-3-git-send-email-eballetbo@iseebcn.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1371630423-2481-1-git-send-email-eballetbo@iseebcn.com> References: <1371630423-2481-1-git-send-email-eballetbo@iseebcn.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 The IGEP AQUILA EXPANSION board is a development platform for the IGEP COM AQUILA AM335x boards. The board adds the following connectivity: o USB OTG o USB HOST o HDMI o Ethernet o Serial Debug (3.3V) o 2x46 pin headers o EEPROM Signed-off-by: Enric Balletbo i Serra --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/am335x-base0033.dts | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 arch/arm/boot/dts/am335x-base0033.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 8e50761..cb675d2 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -154,6 +154,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ am335x-evm.dtb \ am335x-evmsk.dtb \ am335x-bone.dtb \ + am335x-base0033.dtb \ am3517-evm.dtb \ am3517_mt_ventoux.dtb dtb-$(CONFIG_ARCH_ORION5X) += orion5x-lacie-ethernet-disk-mini-v2.dtb diff --git a/arch/arm/boot/dts/am335x-base0033.dts b/arch/arm/boot/dts/am335x-base0033.dts new file mode 100644 index 0000000..a365f11 --- /dev/null +++ b/arch/arm/boot/dts/am335x-base0033.dts @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2013 ISEE 2007 SL - http://www.isee.biz/ + * + * 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. + * + * IGEP AQUILA Expansion Board. + * + */ + +#include "am335x-igep0033.dtsi" + +/ { + model = "IGEP COM AM335x on AQUILA Expansion"; + compatible = "ti,am335x-base0033", "ti,am335x-igep0033", "ti,am33xx"; +};