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:
parent
e8e5d5554c
commit
ce42ffcce0
10 changed files with 11 additions and 11 deletions
|
@ -119,7 +119,7 @@
|
|||
pinctrl-0 = <&mdio_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
phy: phy {
|
||||
phy: ethernet-phy {
|
||||
compatible = "ethernet-phy";
|
||||
status = "disabled";
|
||||
address = <1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue