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:
parent
9ec936a2ea
commit
243e84d155
10 changed files with 1 additions and 13 deletions
|
@ -123,7 +123,6 @@
|
|||
compatible = "ethernet-phy";
|
||||
status = "disabled";
|
||||
address = <1>;
|
||||
mdio = <&mdio>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue