Re: [PATCH v2 2/2] net: arc: rockchip: fix emac mdio node support
From: Jakub Kicinski
Date: Wed Nov 06 2024 - 20:50:12 EST
On Mon, 4 Nov 2024 21:01:39 +0800 Andy Yan wrote:
> From: Johan Jonker <jbx6244@xxxxxxxxx>
>
> The binding emac_rockchip.txt is converted to YAML.
> Changed against the original binding is an added MDIO subnode.
> This make the driver failed to find the PHY, and given the 'mdio
> has invalid PHY address' it is probably looking in the wrong node.
> Fix emac_mdio.c so that it can handle both old and new
> device trees.
Andrew, looks good?