From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Fri, 19 Jul 2013 16:32:42 +0400 Subject: [PATCH 01/19] ARM: shmobile: r8a73a4: Add pin control device to device tree In-Reply-To: References: Message-ID: <51E931EA.6010805@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 at 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 at 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. WBR, Sergei