From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Mon, 22 Jul 2013 00:43:30 +0000 Subject: Re: [PATCH 01/19] ARM: shmobile: r8a73a4: Add pin control device to device tree Message-Id: <20130722004329.GE12445@verge.net.au> List-Id: References: <51E931EA.6010805@cogentembedded.com> <5391577.hBy909tQ3H@avalon> In-Reply-To: <5391577.hBy909tQ3H@avalon> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Fri, Jul 19, 2013 at 02:42:14PM +0200, Laurent Pinchart wrote: > On Friday 19 July 2013 16:32:42 Sergei Shtylyov wrote: > > Hello. > > > > On 19-07-2013 8:36, Simon Horman wrote: > > > From: Laurent Pinchart > > > > > > Add a pfc node to the r8a73a4 device tree. > > > > This patch looks strange... > > > > > Signed-off-by: Laurent Pinchart > > > > > > Signed-off-by: Simon Horman > > > --- > > > > > > arch/arm/boot/dts/r8a73a4.dtsi | 88 > > > ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 > > > insertions(+) > > > > > > diff --git a/arch/arm/boot/dts/r8a73a4.dtsi > > > b/arch/arm/boot/dts/r8a73a4.dtsi index 4ff2019..f1a35d5 100644 > > > --- a/arch/arm/boot/dts/r8a73a4.dtsi > > > +++ b/arch/arm/boot/dts/r8a73a4.dtsi > > > @@ -85,4 +85,92 @@ > > > > > > interrupt-parent = <&gic>; > > > interrupts = <0 69 4>; > > > > > > }; > > > > > > + > > > + i2c0: i2c@e6500000 { > > > + #address-cells = <1>; > > > + #size-cells = <0>; > > > + compatible = "renesas,rmobile-iic"; > > > + reg = <0 0xe6500000 0 0x428>; > > > + interrupt-parent = <&gic>; > > > + interrupts = <0 174 0x4>; > > > + }; > > > > [...] > > > > > + i2c8: i2c@e6570000 { > > > + #address-cells = <1>; > > > + #size-cells = <0>; > > > + compatible = "renesas,rmobile-iic"; > > > + reg = <0 0xe6570000 0 0x428>; > > > + interrupt-parent = <&gic>; > > > + interrupts = <0 173 0x4>; > > > + }; > > > + > > > > Hm, this also adds a bunch of I2C controllers which is not mentioned in the > > changelog at all. > > Rebase error ? They were not included in my original patch. Sorry, I will correct that and repost.