Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755535Ab3IZHHw (ORCPT ); Thu, 26 Sep 2013 03:07:52 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:64389 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753849Ab3IZHHv (ORCPT ); Thu, 26 Sep 2013 03:07:51 -0400 Date: Thu, 26 Sep 2013 09:07:47 +0200 (CEST) From: Guennadi Liakhovetski X-X-Sender: lyakh@axis700.grange To: Magnus Damm cc: Laurent Pinchart , linux-kernel , SH-Linux , Linus Walleij Subject: Re: [PATCH 2/4] ARM: shmobile: r8a7790: add I2C support in Device Tree mode In-Reply-To: Message-ID: References: <1378742636-11215-1-git-send-email-g.liakhovetski@gmx.de> <1378742636-11215-3-git-send-email-g.liakhovetski@gmx.de> <1681594.NCMRR5Vty1@avalon> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Provags-ID: V02:K0:XuILuUvKP9dXAiotFBQfzOA7sYZ5NwPxo2IKk25HB8h TPYdDbKwrJ84vWY2cnO6IqCwwUgGP/GB6speB0lupT+tItBgEC fdW7yhoDAGyyrdOAN19/zmzLL3zPS+igKuCuARN6QBMpSlgPaz jQmnfuVVXlgZRU947frq3v8iyI/+0zMGBjg8FJ8sfdb8InGshd fBb81KJSeuvEyLxtJpr01m9AiECFc3yOhnucR5I01RfLt6jZ8i wu5xHxD9k7gJJPagNfG11CeTJZT9t4un5n0d9+6JljrMYkgXiL U49NQQkmop1alaWgo/i0/TbUxCCZ8wB/Wbtz3HGmjGdYWqRZBR QNIM4/Dem+ELGT9pyPc5X+X9MdBRirbL4dnE5HAbeGMFAgVCbN HgYXEsuyieE6w== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3244 Lines: 85 Hi Magnus On Thu, 26 Sep 2013, Magnus Damm wrote: > Hi Guennadi, > > On Thu, Sep 26, 2013 at 7:10 AM, Guennadi Liakhovetski > wrote: > > Hi Laurent > > > > On Wed, 25 Sep 2013, Laurent Pinchart wrote: > > > >> Hi Guennadi, > >> > >> Thank you for the patch. > >> > >> On Monday 09 September 2013 18:03:54 Guennadi Liakhovetski wrote: > >> > This patch adds clocks and clock lookup entries for the four I2C > >> > controllers on r8a7790 and respective Device Tree nodes. > >> > > >> > Signed-off-by: Guennadi Liakhovetski > >> > --- > >> > arch/arm/boot/dts/r8a7790.dtsi | 36 +++++++++++++++++++++++++++++ > >> > arch/arm/mach-shmobile/clock-r8a7790.c | 10 ++++++++ > >> > 2 files changed, 46 insertions(+), 0 deletions(-) > >> > > >> > diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi > >> > index 885f9f4..a5021112 100644 > >> > --- a/arch/arm/boot/dts/r8a7790.dtsi > >> > +++ b/arch/arm/boot/dts/r8a7790.dtsi > >> > @@ -127,6 +127,42 @@ > >> > interrupts = <0 0 4>, <0 1 4>, <0 2 4>, <0 3 4>; > >> > }; > >> > > >> > + i2c0: i2c@e6508000 { > >> > + #address-cells = <1>; > >> > + #size-cells = <0>; > >> > + compatible = "renesas,i2c-rcar-h2"; > >> > + reg = <0 0xe6508000 0 0x40>; > >> > + interrupt-parent = <&gic>; > >> > + interrupts = <0 287 0x4>; > >> > >> Shouldn't you add state = "disabled" to all I2C controllers in order not to > >> enable the unused controllers by default ? > > > > It would be logical, yes, and I seem to remember having discussed this > > earlier with someone (with Magnus, IIRC), and the outcome was, that all > > Renesas .dtsi files so far define all I2C directly in enabled mode and > > that it's intentional, so, I just followed this pattern here. You can > > indeed check in other .dtsi files - all seem to do exactly the same. > > Uhm, I think you mix up platform device use case and DT use case. I'm sure I don't. > In > the platform device case we define all devices by default, but that's > not how it should be for the DT case. In the case of DT then default > should most likely be "disabled". Please follow the direction of > Laurent. To put the record straight - originally I suggested to use status "disabled" for mmc devices in .dtsi, before that the status property wasn't used in Renesas .dts(i) files, and that's when all I2C nodes were already present in .dtsi in enabled state. > Also, I mentioned this 25 times before already so once more cannot > hurt: "renesas,i2c-rcar-h2" needs to be replaced with something more > standard. I didn't count, but yes, it has been discussed and that's been fixed in v2 of my i2c patches. Now that I've got comments to the ARM patches I can also update them with a correct compatibility string. Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/