From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755624AbcEYQLw (ORCPT ); Wed, 25 May 2016 12:11:52 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:60769 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751100AbcEYQLu (ORCPT ); Wed, 25 May 2016 12:11:50 -0400 Subject: Re: [PATCH 2/2] dts: dra7: Add device tree node for i2c6 To: Ravikumar Kattekola , , , , , , , , , , , , References: <20160525125341.10044-1-rk@ti.com> <20160525125341.10044-3-rk@ti.com> From: Nishanth Menon Message-ID: <5745CE99.50704@ti.com> Date: Wed, 25 May 2016 11:11:05 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160525125341.10044-3-rk@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/25/2016 07:53 AM, Ravikumar Kattekola wrote: > 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>; > NAK again for the same reasoning. -- Regards, Nishanth Menon