Re: [PATCH v2 12/21] net: phy: fixed: Support the old DT binding

2021-03-13 Thread Vladimir Oltean
On Fri, Mar 12, 2021 at 09:35:53PM +0800, Bin Meng wrote: > Update fixedphy_probe() to support the old DT binding. > > Signed-off-by: Bin Meng > Reviewed-by: Ramon Fried > --- > > (no changes since v1) > > drivers/net/phy/fixed.c | 26 +++--- > 1 file changed, 23 insertion

[PATCH v2 12/21] net: phy: fixed: Support the old DT binding

2021-03-12 Thread Bin Meng
Update fixedphy_probe() to support the old DT binding. Signed-off-by: Bin Meng Reviewed-by: Ramon Fried --- (no changes since v1) drivers/net/phy/fixed.c | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/drivers/net/phy/fixed.c b/drivers/net/phy/f