Re: [PATCH 08/20] dm: mdio: Use ofnode_phy_is_fixed_link() API

2021-03-02 Thread Ramon Fried
On Tue, Mar 2, 2021 at 5:35 PM Bin Meng wrote: > > Switch to use the ofnode_phy_is_fixed_link() API which can support > both the new and old DT bindings. > > Signed-off-by: Bin Meng > --- > > net/mdio-uclass.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/net/mdio-uc

[PATCH 08/20] dm: mdio: Use ofnode_phy_is_fixed_link() API

2021-03-02 Thread Bin Meng
Switch to use the ofnode_phy_is_fixed_link() API which can support both the new and old DT bindings. Signed-off-by: Bin Meng --- net/mdio-uclass.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/mdio-uclass.c b/net/mdio-uclass.c index 5da984ca3f..2a9533c88b 100644 ---