From patchwork Thu Jun 5 19:27:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Ruder X-Patchwork-Id: 4308461 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2B9849F326 for ; Thu, 5 Jun 2014 19:30:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4C5DD2034C for ; Thu, 5 Jun 2014 19:30:35 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7564E202F2 for ; Thu, 5 Jun 2014 19:30:34 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WsdLE-0001tg-KF; Thu, 05 Jun 2014 19:28:48 +0000 Received: from new1-smtp.messagingengine.com ([66.111.4.221]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WsdL3-0001ga-MK for linux-arm-kernel@lists.infradead.org; Thu, 05 Jun 2014 19:28:38 +0000 Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id D651E504 for ; Thu, 5 Jun 2014 15:28:05 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Thu, 05 Jun 2014 15:28:05 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:date:message-id :in-reply-to:references; s=smtpout; bh=fypS7JxmkMe2JyRvTpNDH0A+b Jo=; b=FUZWe55Z0qUy9OdLprok9LumxP5abEDH69+gD1VlH1du/IS6k4VzXcZL9 xwQ32yoj0zqdPV+8sN0Hi9z0mKGmd46Ma8ZGEWeGFI4velHdZ81bwiZXLBI/16aj Te4gHLhZI7x8g2W/zHVzSKiY+c1PLJppVUsyzRLaONPEVYBNj8= X-Sasl-enc: G6iSe+u3o+1sYZubBzE/Jq+tFxNmWNmv0jrTXaSqY6Vg 1401996482 Received: from andrewruder-hplin.dci.local (unknown [64.198.156.98]) by mail.messagingengine.com (Postfix) with ESMTPA id 24DCBC00003; Thu, 5 Jun 2014 15:28:02 -0400 (EDT) From: Andrew Ruder To: devicetree@vger.kernel.org Subject: [PATCH 5/6] arm: pxa27x.dtsi: add pwri2c definition Date: Thu, 5 Jun 2014 14:27:07 -0500 Message-Id: <9ddf8df8c0205563ac2b6d22601c28dc636845c9.1401995177.git.andrew.ruder@elecsyscorp.com> X-Mailer: git-send-email 1.9.0.rc3.12.gbc97e2d In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140605_122837_809208_219BB539 X-CRM114-Status: UNSURE ( 6.24 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, linux@arm.linux.org.uk, pawel.moll@arm.com, linux-doc@vger.kernel.org, rdunlap@infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, galak@codeaurora.org, Andrew Ruder , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This adds the pwri2c definition to the pxa27x device tree. This is already called out in pxa3xx.dtsi. Signed-off-by: Andrew Ruder --- arch/arm/boot/dts/pxa27x.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi index 931e1d5..2d05aa9 100644 --- a/arch/arm/boot/dts/pxa27x.dtsi +++ b/arch/arm/boot/dts/pxa27x.dtsi @@ -34,5 +34,14 @@ reg = <0x40c00010 0x10>; #pwm-cells = <1>; }; + + pwri2c: i2c@40f00180 { + compatible = "mrvl,pxa-i2c"; + reg = <0x40f00180 0x30>; + interrupts = <6>; + #address-cells = <0x1>; + #size-cells = <0>; + status = "disabled"; + }; }; };