svn commit: r352940 - head/sys/dev/usb/controller

Ian Lepore ian at freebsd.org
Tue Oct 1 20:30:03 UTC 2019


On Tue, 2019-10-01 at 20:21 +0000, Emmanuel Vadot wrote:
> Author: manu
> Date: Tue Oct  1 20:21:49 2019
> New Revision: 352940
> URL: https://svnweb.freebsd.org/changeset/base/352940
> 
> Log:
>   generic_ohci: Look for the phy based on the id
>   
>   phy-names was never in the bindings schema even if it was present
>   in some DTS. Get the optional phy based on its ID.
> 

The phys= property comes from the generic phys.txt binding, and in
there, it says that phy-names= is mandatory if phys= is present.  There
used to be a usb_phy= property that didn't have a corresponding names
property, but I can't even find the binding doc that mentions it
anymore; it probably got deprecated why the generic phys binding was
created.

-- Ian




More information about the svn-src-all mailing list