Re: [U-Boot] [PATCH] net: phy: Add clause 45 identifier to phy_device

2019-01-02 Thread Joe Hershberger
On Fri, Nov 16, 2018 at 12:26 AM Pankaj Bansal wrote: > > The phy devices can be accessed via clause 22 or via clause 45. > This information can be deduced when we read phy id. if the phy id > is read without giving any MDIO Manageable Device Address (MMD), then > it conforms to clause 22.

[U-Boot] [PATCH] net: phy: Add clause 45 identifier to phy_device

2018-11-15 Thread Pankaj Bansal
The phy devices can be accessed via clause 22 or via clause 45. This information can be deduced when we read phy id. if the phy id is read without giving any MDIO Manageable Device Address (MMD), then it conforms to clause 22. otherwise it conforms to clause 45. Signed-off-by: Pankaj Bansal