On Mon, Jun 12, 2017 at 4:19 PM, Al Cooper <al.cooper@xxxxxxxxxxxx> wrote: > On Thu, Jun 8, 2017 at 6:11 PM, Rob Herring <robh@xxxxxxxxxx> wrote: >>> +- brcm,device: String, PHY Device mode. >>> + Possible values are: off (Host), on (Device), dual (DRD) >>> + or typec-pd (Type-C PD control) >> >> I believe we have standard property for this though maybe not type C. >> >> off/on seem strange for meaning host/device as well. > > I'll change this to: > > mode: String, PHY Device mode. > Possible values are: "host", "device", "drd" or "typec-pd" I just found "dr_mode" in Documentation/devicetree/bindings/usb/generic.txt. I'd like to change this to: dr_mode: String, PHY Device mode. Possible values are: "host", "device", "drd" or "typec-pd" I used a standard property name ("dr_mode") and 2 of the standard values ("host", "device") and added 2 new values "drd" and "typec_pd". Thanks Al -- 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