On Mon, May 26, 2014 at 09:28:22AM +0200, Geert Uytterhoeven wrote: > On Sat, May 24, 2014 at 12:06 AM, Sergei Shtylyov > <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> wrote: > > --- /dev/null > > +++ linux-phy/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt > > @@ -0,0 +1,60 @@ > > +* Renesas R-Car generation 2 USB PHY > > + > > +This file provides information on what the device node for the R-Car generation > > +2 USB PHY contains. > > + > > +Required properties: > > +- compatible: "renesas,usb-phy-r8a7790" if the device is a part of R8A7790 SoC. > > + "renesas,usb-phy-r8a7791" if the device is a part of R8A7791 SoC. > > As this is a new driver, I think you should switch to the recommended > vendor/soc/device ordering, which is also supported by checkpatch (incl. > wildcard matching!), i.e. "renesas,r8a7790-usb-phy" etc. A while ago we were asked to consolidate our drivers around a consistent scheme. At the time the <vendor>,<device>-<version> scheme, where version = SoC for most Renesas parts, was agreed to be acceptable and we have (hopefully) consistently been using that ever since. So unless there has been a policy change I would prefer to keep using this scheme (i.e. leave the bindings above as-is). And update checkpatch if that is appropriate. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html