> From: linux-usb-owner@xxxxxxxxxxxxxxx [mailto:linux-usb-owner@xxxxxxxxxxxxxxx] On Behalf Of Felipe Balbi > Sent: Tuesday, July 02, 2013 2:31 AM > > Signed-off-by: Felipe Balbi <balbi@xxxxxx> > > diff --git a/Documentation/devicetree/bindings/usb/generic.txt b/Documentation/devicetree/bindings/usb/generic.txt > new file mode 100644 > index 0000000..477d5bb > --- /dev/null > +++ b/Documentation/devicetree/bindings/usb/generic.txt > @@ -0,0 +1,24 @@ > +Generic USB Properties > + > +Optional properties: > + - maximum-speed: tells USB controllers we want to work up to a certain > + speed. Valid arguments are "super-speed", "high-speed", > + "full-speed" and "low-speed". In case this isn't passed > + via DT, USB controllers should default to their maximum > + HW capability. > + - dr_mode: tells Dual-Role USB controllers that we want to work on a > + particular mode. Valid arguments are "host", > + "peripheral" and "otg". In case this attribute isn't > + passed via DT, USB DRD controllers should default to > + OTG. > + > +This is an attribute to a USB controller such as: > + > +dwc3@4a030000 { > + compatible = "synopsys,dwc3"; Hi Felipe, Just a small nit. Weren't you going to change this property to "snps,dwc3" to match the existing Synopsys DT naming convention in the kernel? Or has the horse already left the gate on that? -- Paul -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html