ethernet: phy_mii: get the MDIO bus with DT_INST_BUS

Now that all in-tree phys are declared under their mdio bus, drop the
`mdio` property and use DT_INST_BUS to find the bus.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-07-26 09:00:00 +00:00 committed by Maureen Helm
commit 243e84d155
10 changed files with 1 additions and 13 deletions

View file

@ -123,7 +123,6 @@
compatible = "ethernet-phy";
status = "disabled";
address = <1>;
mdio = <&mdio>;
};
};