From patchwork Wed Oct 10 15:18:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 12143 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id D03E8293F82 for ; Wed, 10 Oct 2012 15:19:17 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 78822A18F3F for ; Wed, 10 Oct 2012 15:19:17 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id f6so441565iag.11 for ; Wed, 10 Oct 2012 08:19:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=oxSFOhHv2fS8na+D+zV6dXi5039Z9eNK5pS02Mft7ys=; b=OLFjgoTRGcAfOuKVuixCAuGbZuR4HxoHCgfoOVPFLpno3M/DCu6sHY8/wVDP7CuQY7 Riy0uBnye/mWMhUB6DTH0hEWy2zfcjDUr8dF0UxKG4nYEiT1MWerhaknVBhtWRfaZ8n2 CNDsvlm7YHD2RbKeRKLAhYcqc2ssPwif7oF3vrBSln5wLXcxVYllQ0Y0KigL2ob+aS/A 6TdKOS3/t5pMCmkwgmm9RxEcMOXxmXfwbGyxUCSVOtF2FZg3FqfWr/8Xrw/9FO1DEWVb 0FqL2Zan5eW4GcGs4Rt8r7nYgMifZ/hhBrSBUSO+D/OcCmDW8yl2AilR7AsHfqNvGtUt 0UGA== Received: by 10.42.145.66 with SMTP id e2mr18697940icv.18.1349882356919; Wed, 10 Oct 2012 08:19:16 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp239697igt; Wed, 10 Oct 2012 08:19:16 -0700 (PDT) Received: by 10.216.193.220 with SMTP id k70mr15358822wen.35.1349882355292; Wed, 10 Oct 2012 08:19:15 -0700 (PDT) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx.google.com with ESMTPS id y49si1867141wen.33.2012.10.10.08.19.14 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Oct 2012 08:19:15 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.172 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.172; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.172 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f172.google.com with SMTP id hq12so5808991wib.13 for ; Wed, 10 Oct 2012 08:19:14 -0700 (PDT) Received: by 10.180.8.161 with SMTP id s1mr13794205wia.0.1349882354728; Wed, 10 Oct 2012 08:19:14 -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 eq2sm3295516wib.1.2012.10.10.08.19.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Oct 2012 08:19:14 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones Subject: [PATCH 2/6] ARM: ux500: Add skeleton DTS file for the u9540 Date: Wed, 10 Oct 2012 16:18:51 +0100 Message-Id: <1349882335-6786-3-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1349882335-6786-1-git-send-email-lee.jones@linaro.org> References: <1349882335-6786-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQldBlbNN9Gzqqna+HT6Qj4povlVl5B6g9A3abC4RzbB/aybzrhUROWIwZBVD04dzQsz9/O2 This patch sees the creation of a sparse Device Tree file for ST-Ericsson's latest development board supporting the latest dual-core Cortex-a9 u9540 SoC. Acked-by: Linus Walleij Signed-off-by: Lee Jones --- arch/arm/boot/dts/u9540.dts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 arch/arm/boot/dts/u9540.dts diff --git a/arch/arm/boot/dts/u9540.dts b/arch/arm/boot/dts/u9540.dts new file mode 100644 index 0000000..0a66f34 --- /dev/null +++ b/arch/arm/boot/dts/u9540.dts @@ -0,0 +1,26 @@ +/* + * 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 + */ + +/dts-v1/; +/include/ "dbx5x0.dtsi" + +/ { + model = "ST-Ericsson U9540 platform with Device Tree"; + compatible = "st-ericsson,u9540"; + + memory { + reg = <0x00000000 0x20000000>; + }; + + soc-u9500 { + }; + +};