From patchwork Fri Sep 7 11:14:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1421441 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 660C53FC33 for ; Fri, 7 Sep 2012 11:20:03 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T9wXY-0003ji-Re; Fri, 07 Sep 2012 11:16:00 +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 1T9wWx-0003d6-5W for linux-arm-kernel@lists.infradead.org; Fri, 07 Sep 2012 11:15:24 +0000 Received: by wibhq4 with SMTP id hq4so5629378wib.0 for ; Fri, 07 Sep 2012 04:15:18 -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=pcW8FnT/0Qaiv63TMu5Q32OSmpmU/0rlj1Kk8XO9apw=; b=H/UW6Bu6uqy5loqqWH4d32N95OKN/3zh7u4lyBPvKhLzHcnRFbe7pRA92/X8tI8An8 f3X+67/h/f7yZ2FeojcxSq2Jy9WvhDxt3DpNXVksOgMPBSamH7CS1ffqpl0DZ4ASCoNL a6L7qBlQrAO0eaQi1X/J76Vb23J6TrO03VAIMbLgPihqv4guzzrlWrzZ+pox66vIe0Pp nJcdOv2DwoKMPJrzIZooSnAt7BevS7TYZC179OsXf1ixs1AZ+CzJNkqXLfrmFuYanLUk e54lSf4vACLPT2un4vGCQAqsX+b6HRQPXKnXqbmnjRu3254pcYnbSfAv61JafOK/2Y/6 xokQ== Received: by 10.216.208.104 with SMTP id p82mr2999274weo.119.1347016518204; Fri, 07 Sep 2012 04:15:18 -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.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Sep 2012 04:15:17 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 02/19] ARM: ux500: Add UART support to the HREF Device Tree Date: Fri, 7 Sep 2012 12:14:42 +0100 Message-Id: <1347016499-29354-3-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: ALoCoQneLDj6tLFa5NW+FhG0eHEi4s8eDokScqBmPoWyIlj81wTqDw5ktneY2tepZXRHwJmqliET 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: STEricsson_nomadik_linux@list.st.com, 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 Here we add three nodes enabling UART support on the HREF hardware reference board. Signed-off-by: Lee Jones Acked-by: Linus Walleij --- arch/arm/boot/dts/hrefv60plus.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts index 96bf8a3..32cd7a0 100644 --- a/arch/arm/boot/dts/hrefv60plus.dts +++ b/arch/arm/boot/dts/hrefv60plus.dts @@ -21,6 +21,16 @@ }; soc-u9500 { + uart@80120000 { + status = "okay"; + }; + uart@80121000 { + status = "okay"; + }; + + uart@80007000 { + status = "okay"; + }; }; };