Re: [PATCH net-next 0/3] net: enetc: add port MDIO support for both i.MX94 and i.MX95
From: Andrew Lunn
Date: Thu Oct 30 2025 - 13:43:56 EST
> Similar to the external MDIO registers, each ENETC has a set of internal
> MDIO registers to access its on-die PHY (PCS), so internal MDIO support
> is also added.
Any reason to not just hard code it to 0?
What is the reset default?
DT describes hardware, not configuration. So getting this from DT
seems wrong.
Andrew