Commit dcd54fa8 authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Masahiro Yamada
Browse files

arm64: dts: uniphier: Rename ethphy node to ethernet-phy



This renames the node name "ethphy" to "ethernet-phy" according to
Documentation/devicetree/bindings/net/mdio.yaml.

Signed-off-by: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent cde5a9eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ &eth {
};

&mdio {
	ethphy: ethphy@1 {
	ethphy: ethernet-phy@1 {
		reg = <1>;
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ &eth {
};

&mdio {
	ethphy: ethphy@1 {
	ethphy: ethernet-phy@1 {
		reg = <1>;
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ &eth {
};

&mdio {
	ethphy: ethphy@0 {
	ethphy: ethernet-phy@0 {
		reg = <0>;
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ &eth {
};

&mdio {
	ethphy: ethphy@1 {
	ethphy: ethernet-phy@1 {
		reg = <1>;
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ &eth {
};

&mdio {
	ethphy: ethphy@0 {
	ethphy: ethernet-phy@0 {
		reg = <0>;
	};
};
Loading