Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753902AbdHKWTC (ORCPT ); Fri, 11 Aug 2017 18:19:02 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:61934 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753780AbdHKWTA (ORCPT ); Fri, 11 Aug 2017 18:19:00 -0400 Subject: Re: [PATCH 4/4] ARM: dts: keystone-k2g: Add I2C nodes To: Franklin S Cooper Jr , , , , , , , , CC: Vitaly Andrianov , Dave Gerlach , Santosh Shilimkar References: <20170802221753.13786-1-fcooper@ti.com> <20170802221753.13786-5-fcooper@ti.com> From: Grygorii Strashko Message-ID: <69c0a96c-6bf8-984a-d029-d46bdf678284@ti.com> Date: Fri, 11 Aug 2017 17:18:26 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170802221753.13786-5-fcooper@ti.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [128.247.59.147] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2224 Lines: 81 On 08/02/2017 05:17 PM, Franklin S Cooper Jr wrote: > From: Vitaly Andrianov > > Add nodes for the various I2C instances. > > Signed-off-by: Vitaly Andrianov > [d-gerlach@ti.com: Add power domain and clock properties] > Signed-off-by: Dave Gerlach > [fcooper@ti.com: Update subject and commit message] > Signed-off-by: Franklin S Cooper Jr It might be better to send this patch separately as it will go to the different tree. Reviewed-by: Grygorii Strashko > --- > arch/arm/boot/dts/keystone-k2g.dtsi | 36 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) > > diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi > index bf4d1fa..5c0acf37 100644 > --- a/arch/arm/boot/dts/keystone-k2g.dtsi > +++ b/arch/arm/boot/dts/keystone-k2g.dtsi > @@ -27,6 +27,9 @@ > > aliases { > serial0 = &uart0; > + i2c0 = &i2c0; > + i2c1 = &i2c1; > + i2c2 = &i2c2; > }; > > cpus { > @@ -113,6 +116,39 @@ > status = "disabled"; > }; > > + i2c0: i2c@2530000 { > + compatible = "ti,keystone-i2c"; > + reg = <0x02530000 0x400>; > + clocks = <&k2g_clks 0x003a 0>; > + power-domains = <&k2g_pds 0x003a>; > + interrupts = ; > + #address-cells = <1>; > + #size-cells = <0>; > + status = "disabled"; > + }; > + > + i2c1: i2c@2530400 { > + compatible = "ti,keystone-i2c"; > + reg = <0x02530400 0x400>; > + clocks = <&k2g_clks 0x003b 0>; > + power-domains = <&k2g_pds 0x003b>; > + interrupts = ; > + #address-cells = <1>; > + #size-cells = <0>; > + status = "disabled"; > + }; > + > + i2c2: i2c@2530800 { > + compatible = "ti,keystone-i2c"; > + reg = <0x02530800 0x400>; > + clocks = <&k2g_clks 0x003c 0>; > + power-domains = <&k2g_pds 0x003c>; > + interrupts = ; > + #address-cells = <1>; > + #size-cells = <0>; > + status = "disabled"; > + }; > + > kirq0: keystone_irq@026202a0 { > compatible = "ti,keystone-irq"; > interrupts = ; > -- regards, -grygorii