From patchwork Thu Sep 20 12:12:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1484831 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 3804E3FD40 for ; Thu, 20 Sep 2012 12:28:45 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TEfpI-00037l-W7; Thu, 20 Sep 2012 12:25:54 +0000 Received: from mail-we0-f177.google.com ([74.125.82.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TEfdJ-0003N8-RF for linux-arm-kernel@lists.infradead.org; Thu, 20 Sep 2012 12:13:31 +0000 Received: by weyr3 with SMTP id r3so1238438wey.36 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=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=ldNfMB3qvz0LmEufHK0yEPr1DYO3KPF+rTRsEoIPIJg=; b=WbC1avtXMCy94Epck9kBUeS6DvIYlNY2OjcjximUiGneQOFBaG9NZkV73OYkK8Kzux x8Pt9cqynIIadq+vwzDwvT3j550t1xs3HlEeSQleObC/b0bz97T1H63ZBvr4ngXt0z9+ BwfTAI34Os/gvRfVtszO5eCJcR6WonDmlDPgjx8dDJt/acNUmUdE9JFKAsH1qT5AJsit P3kDH7rtW2ojYIBrX5RWKx0qCkBex3zDv4dgWMFkdprkTREB1MFpXLCv2hrBNqDZLHFo ORU35myh2AoEqRrsIa6xm0JIIMz77dwxCY8O8ZRNyXjSJ2B9JbGfIAUTx1pzsICLpWm0 VAPQ== Received: by 10.180.8.41 with SMTP id o9mr4182585wia.3.1348143208028; Thu, 20 Sep 2012 05:13:28 -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.26 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 05:13:27 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 14/32] ARM: ux500: Add UART support to the HREF Device Tree Date: Thu, 20 Sep 2012 14:12:32 +0200 Message-Id: <1348143170-2130-15-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: ALoCoQl5EffL2hdyoFMlVy314P5vvttiJV1l0OAsfE/eW87Ol7qIuwTzm0S40NkFoBrBE5PSvYge 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 [74.125.82.177 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 , olof.johansson@gmail.com, 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. Acked-by: Linus Walleij 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"; + }; }; };