Re: [PATCH 06/20] of: extra: Introduce ofnode_phy_is_fixed_link() API

2021-03-08 Thread Bin Meng
Hi Simon, On Fri, Mar 5, 2021 at 12:08 PM Simon Glass wrote: > > +Joe Hershberger > > On Tue, 2 Mar 2021 at 10:35, Bin Meng wrote: > > > > Introduce a helper API ofnode_phy_is_fixed_link() to detect whether > > the ethernet controller connects to a fixed-link pseudo-PHY device. > > > > Note

Re: [PATCH 06/20] of: extra: Introduce ofnode_phy_is_fixed_link() API

2021-03-04 Thread Simon Glass
+Joe Hershberger On Tue, 2 Mar 2021 at 10:35, Bin Meng wrote: > > Introduce a helper API ofnode_phy_is_fixed_link() to detect whether > the ethernet controller connects to a fixed-link pseudo-PHY device. > > Note there are two ways to describe a fixed PHY attached to an > Ethernet device: > > -

[PATCH 06/20] of: extra: Introduce ofnode_phy_is_fixed_link() API

2021-03-02 Thread Bin Meng
Introduce a helper API ofnode_phy_is_fixed_link() to detect whether the ethernet controller connects to a fixed-link pseudo-PHY device. Note there are two ways to describe a fixed PHY attached to an Ethernet device: - the new DT binding, where 'fixed-link' is a sub-node of the Ethernet device