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: 11234 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 5F76823F25 for ; Fri, 7 Sep 2012 11:15:21 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id E1EF5A18DB7 for ; Fri, 7 Sep 2012 11:15:20 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id k11so4488374iea.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=pcW8FnT/0Qaiv63TMu5Q32OSmpmU/0rlj1Kk8XO9apw=; b=DbS48avY2Uy2f1GmwVqOpxT6M6r1nFd+TtnBjHOMdUhlTzqLRVqmImq1HHx6bueTFe QievZGS9uyJ3Y8r5xTqUn7lh/sMc0JEG+1zu0OQiQCjJMWjdhvYplKfu/zCm578aV9gC zV6s1NtXFM1r/IsU43+PxukiryuLiF8mYOe8g00ee2mC0RxGtJJlTxwCrU64HxtyJ2hp 6qWTcgT6Ct30X12md0pxLpsANJVjGUkK04jKDaDID1oWa2lSF9Y5IifuiQfQAXn+FdxV y22E0yICuLtWMtiB3TIlF9sk1L65UJzs4qSGkPX3FoV33B/anO546zBpx6X3YS8MGdgn in6w== Received: by 10.50.217.227 with SMTP id pb3mr27872704igc.28.1347016520696; 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 ex8csp373412igc; Fri, 7 Sep 2012 04:15:19 -0700 (PDT) Received: by 10.216.208.69 with SMTP id p47mr2701476weo.150.1347016518703; Fri, 07 Sep 2012 04:15:18 -0700 (PDT) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx.google.com with ESMTPS id s83si6517548wen.78.2012.09.07.04.15.18 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Sep 2012 04:15:18 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.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-wi0-f178.google.com with SMTP id hr14so2068092wib.13 for ; Fri, 07 Sep 2012 04:15:18 -0700 (PDT) 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 Cc: STEricsson_nomadik_linux@list.st.com, linus.walleij@stericsson.com, arnd@arndb.de, Lee Jones 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: ALoCoQnav3cL6YdxerV0uq3XtX8k5Ve5ZVPI9VAGf7Sk2eRlFzDgX7o8l7B4RnqLiDROUG4rycOX Here we add three nodes enabling UART support on the HREF hardware reference board. Signed-off-by: Lee Jones --- 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"; + }; }; };