dts: boards: Use ethernet-phy devicetree node name consistently

Some Ethernet PHYs used the devicetree node name `phy`, while others
used `ethernet-phy`. Be consistent and use `ethernet-phy` throughout.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
Maureen Helm 2023-09-25 19:56:28 -05:00 committed by Carles Cufí
commit ce42ffcce0
10 changed files with 11 additions and 11 deletions

View file

@ -119,7 +119,7 @@
pinctrl-0 = <&mdio_default>;
pinctrl-names = "default";
phy: phy {
phy: ethernet-phy {
compatible = "ethernet-phy";
status = "disabled";
address = <1>;