From patchwork Fri Mar 22 15:27:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 15552 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 22E3F23E66 for ; Fri, 22 Mar 2013 15:33:08 +0000 (UTC) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id DE995A182A8 for ; Fri, 22 Mar 2013 15:33:07 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id fs12so7582054lab.11 for ; Fri, 22 Mar 2013 08:33:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=ZiBnuT+Hw14IVpdfm5VOP8arHM3QYGi9FvUMcLvPW8Y=; b=JutPXTeXNanfAllU9MBu09/s1q9Lulo2wizbmidStHcoXKxFAilSyONoQywjuv81jH uiZSD2/Tvdqh16lJwLT9nL8rHldE+cmzAmHA6IUoxjduy4Md+6BtN8arwjOMjdgo/y6t CCnjxXm1nVeGf39EStwyOYEM9i1leI6Zg0M12Ndyjc8BOygZNNc3TWIfxnGBYVZnSU98 8a8t3t1BZeOwXRPG0gx7SmwyvkjV8+s8i7tZitsdO8NEKvEnO8EE5NPaLfn6VuGbTRCc mu5839ueCCgiPL0Mhv6rGngRj2Izzor7rPugojGCM/mnbnk5Wqa1N205bQoClwBJdVxl 4BDQ== X-Received: by 10.152.106.5 with SMTP id gq5mr1244036lab.5.1363966387495; Fri, 22 Mar 2013 08:33:07 -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.112.91.146 with SMTP id ce18csp114381lbb; Fri, 22 Mar 2013 08:33:06 -0700 (PDT) X-Received: by 10.180.74.131 with SMTP id t3mr12072418wiv.23.1363966083504; Fri, 22 Mar 2013 08:28:03 -0700 (PDT) Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]) by mx.google.com with ESMTPS id bx10si1120284wjb.83.2013.03.22.08.28.03 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Mar 2013 08:28:03 -0700 (PDT) Received-SPF: neutral (google.com: 2a00:1450:400c:c05::232 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=2a00:1450:400c:c05::232; Authentication-Results: mx.google.com; spf=neutral (google.com: 2a00:1450:400c:c05::232 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-f178.google.com with SMTP id hq4so4490340wib.11 for ; Fri, 22 Mar 2013 08:28:03 -0700 (PDT) X-Received: by 10.194.109.136 with SMTP id hs8mr3990391wjb.8.1363966083194; Fri, 22 Mar 2013 08:28:03 -0700 (PDT) Received: from localhost.localdomain (cpc34-aztw25-2-0-cust250.18-1.cable.virginmedia.com. [86.16.136.251]) by mx.google.com with ESMTPS id r7sm4249093wiz.2.2013.03.22.08.28.01 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Mar 2013 08:28:02 -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 4/5] ARM: ux500: Supply a DTS file for the u8540 platform Date: Fri, 22 Mar 2013 15:27:44 +0000 Message-Id: <1363966065-2478-4-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1363966065-2478-1-git-send-email-lee.jones@linaro.org> References: <1363966065-2478-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQmp1FNkaOfbXaAX4jkrOlZaOIYB02T93hMoWZJRHI6yXX1HCIAAoROqcKqSAcAhgWT0wNDj This is a skeleton DTS file which only enables serial. Just using this simple file yields a terminal when booting u8540. Signed-off-by: Lee Jones --- arch/arm/boot/dts/u8540.dts | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 arch/arm/boot/dts/u8540.dts diff --git a/arch/arm/boot/dts/u8540.dts b/arch/arm/boot/dts/u8540.dts new file mode 100644 index 0000000..02e8e1a --- /dev/null +++ b/arch/arm/boot/dts/u8540.dts @@ -0,0 +1,36 @@ +/* + * Copyright 2013 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 U8540 platform with Device Tree"; + compatible = "st-ericsson,u8540"; + + memory { + reg = <0x00000000 0x20000000>; + }; + + soc-u9500 { + uart@80120000 { + status = "okay"; + }; + + uart@80121000 { + status = "okay"; + }; + + uart@80007000 { + status = "okay"; + }; + }; +};