Re: [PATCH 09/20] net: tsec: 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 > --- > > drivers/net/tsec.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/

[PATCH 09/20] net: tsec: 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 --- drivers/net/tsec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/tsec.c b/drivers/net/tsec.c index ec48689372..24f9962b82 100644