From patchwork Fri Sep 7 11:14:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1421521 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 28D58DF283 for ; Fri, 7 Sep 2012 11:22:16 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T9wZk-0004xI-4f; Fri, 07 Sep 2012 11:18:17 +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 1T9wX6-0003fK-55 for linux-arm-kernel@lists.infradead.org; Fri, 07 Sep 2012 11:15:33 +0000 Received: by weyr3 with SMTP id r3so1704834wey.36 for ; Fri, 07 Sep 2012 04:15:31 -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=2VQAjowJwtx6mWppOqlgINQFEPMHWCqPhKq/ET6RFTc=; b=Lu3KtTdycSYg7j3ujQJSEA11g0za1uLnX68NhIoBM1vkKYEC9MhJFC3Oln224AODUN ++oVXF1OdTejcOM0hWpzVftFVsi0z1VsDU+PheweDhM+KT5mRUqIOsOBJOnJ6DhKqwcV z/3/otPvIU1W9vvGNegVK320AXU338bNJxiE+4HorlX5oZlyxuz8Y4zFlMebFTo5iEX+ B4JiL/38Jeda7QM2+jR4gflgId3dsNK8eceGlc6zLXhZYMUf5V4us6s0C02m4eTdxuai LJdj9QZvCRWiowJt6rS+baPIyI5Nj96AiiYkMoh50Fh97qIfYgFBxA2kcp8Pmh6zFt+H 3QTQ== Received: by 10.180.76.36 with SMTP id h4mr52448359wiw.13.1347016531055; Fri, 07 Sep 2012 04:15:31 -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.29 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Sep 2012 04:15:30 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 11/19] ARM: ux500: Add all known I2C sub-device nodes to the HREF DT Date: Fri, 7 Sep 2012 12:14:51 +0100 Message-Id: <1347016499-29354-12-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: ALoCoQnUxu8EGRhiqJV5OU6pjk0LCZj/TTjZY8u3kAHzycFzGXLHIV+YaKROcpCqKVQHegZbgBew 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 , 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 the skeleton nodes for each of the known I2C sub-devices currently registered on ST-Ericsson's HREF Development Platform. We will fill these nodes in turn as the drivers are enabled for Device Tree. Signed-off-by: Lee Jones Acked-by: Linus Walleij --- arch/arm/boot/dts/hrefv60plus.dts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts index 7f0dddb..ec9ec4f 100644 --- a/arch/arm/boot/dts/hrefv60plus.dts +++ b/arch/arm/boot/dts/hrefv60plus.dts @@ -95,5 +95,31 @@ ssp@80002000 { status = "okay"; }; + + i2c@80004000 { + tc3589x@42 { + compatible = "tc3589x"; + reg = <0x42>; + }; + tps61052@33 { + compatible = "tps61052"; + reg = <0x33>; + }; + }; + + i2c@80128000 { + lp5521@0x33 { + compatible = "lp5521"; + reg = <0x33>; + }; + lp5521@0x34 { + compatible = "lp5521"; + reg = <0x34>; + }; + bh1780@0x29 { + compatible = "rohm,bh1780gli"; + reg = <0x33>; + }; + }; }; };