From patchwork Wed May 25 12:53:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ravikumar Kattekola X-Patchwork-Id: 9135301 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4F730607D3 for ; Wed, 25 May 2016 12:55:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 444782824F for ; Wed, 25 May 2016 12:55:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 38EC9282B3; Wed, 25 May 2016 12:55:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8FCE82824F for ; Wed, 25 May 2016 12:55:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754770AbcEYMyy (ORCPT ); Wed, 25 May 2016 08:54:54 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:60050 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751625AbcEYMyw (ORCPT ); Wed, 25 May 2016 08:54:52 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id u4PCrscT003594; Wed, 25 May 2016 07:53:54 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id u4PCrs3I012257; Wed, 25 May 2016 07:53:54 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.294.0; Wed, 25 May 2016 07:53:53 -0500 Received: from uda0131654.apr.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id u4PCrg13027773; Wed, 25 May 2016 07:53:50 -0500 From: Ravikumar Kattekola To: , , , , , , , , , , , Subject: [PATCH 2/2] dts: dra7: Add device tree node for i2c6 Date: Wed, 25 May 2016 18:23:41 +0530 Message-ID: <20160525125341.10044-3-rk@ti.com> X-Mailer: git-send-email 2.8.2.396.g5fe494c In-Reply-To: <20160525125341.10044-1-rk@ti.com> References: <20160525125341.10044-1-rk@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP DRA72x devices have an extra i2c controller instance - i2c6 Adding device description for the same. Reference : DRA72x_SR1.0 TRM [ SPRUHP2Q ] Signed-off-by: Ravikumar Kattekola --- arch/arm/boot/dts/dra7.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 3a8f397..84729a1 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -27,6 +27,7 @@ i2c2 = &i2c3; i2c3 = &i2c4; i2c4 = &i2c5; + i2c5 = &i2c6; serial0 = &uart1; serial1 = &uart2; serial2 = &uart3; @@ -929,6 +930,16 @@ status = "disabled"; }; + i2c6: i2c@48458000 { + compatible = "ti,omap4-i2c"; + reg = <0x48458000 0x100>; + interrupts = ; + #address-cells = <1>; + #size-cells = <0>; + ti,hwmods = "i2c6"; + status = "disabled"; + }; + mmc1: mmc@4809c000 { compatible = "ti,omap4-hsmmc"; reg = <0x4809c000 0x400>;