From patchwork Thu Sep 20 12:12:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1484891 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 CD1193FD40 for ; Thu, 20 Sep 2012 12:31:52 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TEfs0-0005HK-G9; Thu, 20 Sep 2012 12:28:41 +0000 Received: from mail-wi0-f177.google.com ([209.85.212.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TEfdg-0003BO-AT for linux-arm-kernel@lists.infradead.org; Thu, 20 Sep 2012 12:13:58 +0000 Received: by mail-wi0-f177.google.com with SMTP id hn17so391933wib.0 for ; Thu, 20 Sep 2012 05:13:52 -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=gqCGNqvP++QboTtFOZFPPpiuRZrOv7D9aXZYGUHO2sI=; b=kFceCPD6GMbGnKCTZ3HpXwsSVNrx0NcvC1Fj6NmT+BmyZzFUihkZgZCwKbsDhwH5HT aovXeDsiU8AvEwmF0mR4evkOeiQUVwz7ZJDi6RFQdwBEVEZVwPC+DIdM73JG8HG2dMHV 8fj5mZ5WylIyqGqskUhojQyTDDxM1asX6MAU7kL+Qof1WF1svsMOEc2WNq7TeqjXpoPw Rr6B/CUWAQegXaNyOOhACJKOa/5trXSB549sQiMUHBdno3efuNPZ4GhEuqXMWp750bM+ P0DT6b+wwrz6qGCpJHBUKRBa6MQLEtr/HV/mpshpM1UdyuxFUC/Vy+BS9BesVX7DXqhh fdpg== Received: by 10.180.82.164 with SMTP id j4mr4112122wiy.18.1348143231958; Thu, 20 Sep 2012 05:13:51 -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.50 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 05:13:51 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 28/32] ARM: ux500: Add nodes for the MSP into the HREF Device Tree Date: Thu, 20 Sep 2012 14:12:46 +0200 Message-Id: <1348143170-2130-29-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: ALoCoQlQRTzLICM4/xggjIk3fRVCM7RxR4wppoJRvUWgfbDSS03NEaIDwYeDGWLqH3nGXKXH1Ou/ 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.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 This patch enables the two important MSP devices for ST-Ericsson's hardware reference development board. Acked-by: Linus Walleij Signed-off-by: Lee Jones --- arch/arm/boot/dts/hrefv60plus.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts index 1d2c642..62ba5e8 100644 --- a/arch/arm/boot/dts/hrefv60plus.dts +++ b/arch/arm/boot/dts/hrefv60plus.dts @@ -61,5 +61,13 @@ reg = <0x33>; }; }; + + msp1: msp@80124000 { + status = "okay"; + }; + + msp3: msp@80125000 { + status = "okay"; + }; }; };