From patchwork Tue Oct 2 08:13:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1536221 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 93E55DF238 for ; Tue, 2 Oct 2012 08:16:44 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TIxco-0004iF-Dl; Tue, 02 Oct 2012 08:14:42 +0000 Received: from mail-wi0-f171.google.com ([209.85.212.171]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TIxbt-0004Qj-6p for linux-arm-kernel@lists.infradead.org; Tue, 02 Oct 2012 08:13:46 +0000 Received: by mail-wi0-f171.google.com with SMTP id hj13so374186wib.0 for ; Tue, 02 Oct 2012 01:13:43 -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 :x-gm-message-state; bh=h3xrTVAiPvGQOdGIMjbCGN+yS6MKYDediFEXx3tCAMw=; b=XGaKaHII8KXTkOhgS8NU8ZNoPg6oG+d+i6psJL7SOVh+O5LwElqE7T9diVTHI2TogV zMf0xYa/AEh1a5BU1gIejcw7OIJHKySqyDkXpE3ycO9UYwzd74Wg8hFdFGEPfxDS/d7L f1R5vgv/2N4RdbiFfKaHicb8IxzuljaDSTvA9Id3prYiXh2Q+AXaTKi5UcYscDbMK5cN tR7rv3RA0HG87B8KrrjZ9mIw4OTla1b5Ft8wctH7s7mUiSx/s1G06fsczGdLWXIS7X2g cby0JxpBxTB5ynKsHCwGDrVKx88m14A94W5rRdsoxp0Q9vAw61KmnuWM57yHyLICkSCO r5yw== Received: by 10.180.102.164 with SMTP id fp4mr20094012wib.13.1349165623385; Tue, 02 Oct 2012 01:13:43 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id p4sm1193936wix.0.2012.10.02.01.13.41 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Oct 2012 01:13:42 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 07/10] ARM: ux500: Create a new Device Tree include file for boards supporting STUIBs Date: Tue, 2 Oct 2012 09:13:20 +0100 Message-Id: <1349165603-24401-8-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1349165603-24401-1-git-send-email-lee.jones@linaro.org> References: <1349165603-24401-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQnWvE/Os67cs2i/h+K3UwKoMa6XaX8y2/9CZMbadqDuDhXv9cUXw98ugNWgfp6gOQ5AzsOE X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.171 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de 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 This is a skeleton creation which will be populated with the devices found on one of ST-Ericsson's (UIB) User Interface Board. Signed-off-by: Lee Jones Acked-by: Linus Walleij --- arch/arm/boot/dts/hrefprev60.dts | 1 + arch/arm/boot/dts/hrefv60plus.dts | 1 + arch/arm/boot/dts/stuib.dtsi | 15 +++++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 arch/arm/boot/dts/stuib.dtsi diff --git a/arch/arm/boot/dts/hrefprev60.dts b/arch/arm/boot/dts/hrefprev60.dts index 0756f97..e112cce 100644 --- a/arch/arm/boot/dts/hrefprev60.dts +++ b/arch/arm/boot/dts/hrefprev60.dts @@ -12,6 +12,7 @@ /dts-v1/; /include/ "dbx5x0.dtsi" /include/ "href.dtsi" +/include/ "stuib.dtsi" / { model = "ST-Ericsson HREF (pre-v60) platform with Device Tree"; diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts index 4b867b2..b5fc355 100644 --- a/arch/arm/boot/dts/hrefv60plus.dts +++ b/arch/arm/boot/dts/hrefv60plus.dts @@ -12,6 +12,7 @@ /dts-v1/; /include/ "dbx5x0.dtsi" /include/ "href.dtsi" +/include/ "stuib.dtsi" / { model = "ST-Ericsson HREF (v60+) platform with Device Tree"; diff --git a/arch/arm/boot/dts/stuib.dtsi b/arch/arm/boot/dts/stuib.dtsi new file mode 100644 index 0000000..64ac327 --- /dev/null +++ b/arch/arm/boot/dts/stuib.dtsi @@ -0,0 +1,15 @@ +/* + * Copyright 2012 ST-Ericsson AB + * + * 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 + */ + +/ { + soc-u9500 { + }; +};