On Wed, Apr 23, 2014 at 09:09:49AM +0200, Geert Uytterhoeven wrote: > On Wed, Apr 23, 2014 at 3:25 AM, Simon Horman > wrote: > > From: Ulrich Hecht > > > > Add "renesas,*-r8a7740" to the compatible strings for consistency with other > > devices. > > > diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi > > index 8280884..9f65986 100644 > > --- a/arch/arm/boot/dts/r8a7740.dtsi > > +++ b/arch/arm/boot/dts/r8a7740.dtsi > > @@ -126,7 +126,7 @@ > > > - compatible = "renesas,rmobile-iic"; > > + compatible = "renesas,iic-r8a7740", "renesas,rmobile-iic"; > > I see an opportunity for improvement here: this driver doesn't seem to have > any bindings documented under Documentation/devicetree/bindings/? I am brushing up this driver currently, so consider it done. Just waiting for a minor email issue to be solved before I can send out patches.