From patchwork Fri Sep 7 11:14:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 11235 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 8A33523FA6 for ; Fri, 7 Sep 2012 11:15:21 +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 32247A18DBD for ; Fri, 7 Sep 2012 11:15:21 +0000 (UTC) Received: by iafj25 with SMTP id j25so2861152iaf.11 for ; Fri, 07 Sep 2012 04:15:20 -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=dJFufqpdfTdP944T13+zWeOPd2rRZ0/SsKkQ8BRZnj4=; b=WWEL8DvibGIAltftSKNybU4NH+U9j41HJSO8uNCN0OHI781fYu4WZus3sNZoZthqeB agNfmleWs2XglsI6Ic4wag4F2B/EpgGuENW11n3N5VQdRYapFHOF9oOy04lqyY0nnwnQ 1wXwOfLpGI8QJuzySdIVpo16htvPuxpI823kLz4Jg23pz98neRWpSi8v5NVyWz++8z6d 1CAjS1b+3uM4WxscsQQasbljhzlAMTH6J7//e6vFSwd2r6mXBmNc5T7+r+qyJk90pSB7 IEx7Ob9Rp5DfEnOKo78asr0k1gr61HHofkjegU3uHYbB1cKLTdGq3Ei8YeZYmhh+eE/+ OSXg== Received: by 10.50.45.162 with SMTP id o2mr8166495igm.0.1347016520407; Fri, 07 Sep 2012 04:15:20 -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 ex8csp373411igc; Fri, 7 Sep 2012 04:15:19 -0700 (PDT) Received: by 10.180.24.197 with SMTP id w5mr52435378wif.22.1347016517560; Fri, 07 Sep 2012 04:15:17 -0700 (PDT) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by mx.google.com with ESMTPS id cl2si12116130wib.32.2012.09.07.04.15.17 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Sep 2012 04:15:17 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.178 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-we0-f178.google.com with SMTP id u7so2048595wey.37 for ; Fri, 07 Sep 2012 04:15:17 -0700 (PDT) Received: by 10.216.207.167 with SMTP id n39mr3223032weo.23.1347016516841; Fri, 07 Sep 2012 04:15:16 -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 k20sm9151505wiv.11.2012.09.07.04.15.15 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Sep 2012 04:15:16 -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, Lee Jones Subject: [PATCH 01/19] ARM: ux500: Add skeleton Device Tree for the HREF reference board Date: Fri, 7 Sep 2012 12:14:41 +0100 Message-Id: <1347016499-29354-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1347016499-29354-1-git-send-email-lee.jones@linaro.org> References: <1347016499-29354-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQliIb+jV6nVQ817WmnAUf8l/zUVIHCHtTCfKXhQ8WWhEtG+i4JB5oWdZNXAJ29X0w37CrTh First commit applying the new Device Tree for ST-Ericsson's u8500 based hardware reference board. 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 { + + }; +};