From patchwork Thu Sep 20 12:12:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 11550 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 293751B4E37 for ; Thu, 20 Sep 2012 12:13:29 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9CF20A184EA for ; Thu, 20 Sep 2012 12:13:28 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id j25so1561861iaf.11 for ; Thu, 20 Sep 2012 05:13:28 -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=B2hguEcE3P2Xby/GuwKvtDop3o+GHt1CB+dn4jTR5eM=; b=kjJqTEvGDuEf3hRbR6jvE68JBboBKcPJiDy42EuFEsoudMIWQDroacetxiZkArSs86 teZmXtWNaVCGbZZzeWvZxj+sz3MwKMUV9grKb2Px9cCP7XOj9Z74TcdJAyhEHT90hFWs aR4w/BepaoMslMMxWTs2jY6jISoYsA1t0jjFuCIG1k7ksROv8JX1gV9VXasOyrJf8Uc/ fw1dx9isePc8oNV1ZZnV+gQZd6JPknqSfGEp7OMpV7XJb324hALCTP2FwyEjFTD45RR7 Dgw3lHDxnNlJ+bvw7OOeqcOGISBvjESv6T+jytN01hsyY2ZYV6GAXH6CA/2KEuCKiaUT fP0A== Received: by 10.50.0.193 with SMTP id 1mr1521911igg.0.1348143208428; Thu, 20 Sep 2012 05:13:28 -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.184.232 with SMTP id ex8csp71613igc; Thu, 20 Sep 2012 05:13:27 -0700 (PDT) Received: by 10.216.139.104 with SMTP id b82mr1077262wej.24.1348143206980; Thu, 20 Sep 2012 05:13:26 -0700 (PDT) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id d10si41848223wiy.36.2012.09.20.05.13.26 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 05:13:26 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.50 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-wg0-f50.google.com with SMTP id 16so1635552wgi.31 for ; Thu, 20 Sep 2012 05:13:26 -0700 (PDT) Received: by 10.216.204.101 with SMTP id g79mr1031302weo.65.1348143206504; Thu, 20 Sep 2012 05:13:26 -0700 (PDT) Received: from localhost.localdomain (LPuteaux-156-14-44-212.w82-127.abo.wanadoo.fr. [82.127.83.212]) by mx.google.com with ESMTPS id w7sm32394460wiz.0.2012.09.20.05.13.24 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 05:13:25 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: STEricsson_nomadik_linux@list.st.com, linus.walleij@stericsson.com, arnd@arndb.de, olof.johansson@gmail.com, Lee Jones Subject: [PATCH 13/32] ARM: ux500: Add skeleton Device Tree for the HREF reference board Date: Thu, 20 Sep 2012 14:12:31 +0200 Message-Id: <1348143170-2130-14-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1348143170-2130-1-git-send-email-lee.jones@linaro.org> References: <1348143170-2130-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQlUSGi8UC64j1WrtpMmXYwXPsRL2vkNsJ/iLYccF5hVa5ef0scHw24T2GjEgYNgnUlttAWC First commit applying the new Device Tree for ST-Ericsson's u8500 based hardware reference board. Acked-by: Linus Walleij Signed-off-by: Lee Jones --- arch/arm/boot/dts/hrefv60plus.dts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 arch/arm/boot/dts/hrefv60plus.dts diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts new file mode 100644 index 0000000..96bf8a3 --- /dev/null +++ b/arch/arm/boot/dts/hrefv60plus.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 HREF platform with Device Tree"; + compatible = "st-ericsson,hrefv60+"; + + memory { + reg = <0x00000000 0x20000000>; + }; + + soc-u9500 { + + }; +};