RE: [PATCH net-next 0/3] net: stmmac: Convert to phylink
From: Jose Abreu
Date: Fri Jun 14 2019 - 10:51:14 EST
From: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>
> since this patch I hit
> dwmac-sun8i 1c30000.ethernet: ethernet@1c30000 PHY address 29556736 is too large
>
> any idea ?
This is because phy_node is no longer pointing to the same place so
sun8i_dwmac_set_syscon() fails.
I'm seeing this pattern of using phy_node in other wrappers so I will
try to submit a fix for them all.
Thanks for reporting.