Commit 5f681f41 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: dts: am335x: Replace remaining legacy phy_id with phy-handle



Looks like we still have two instances of phy_handle that did not
get update by Grygorii's series. Let's replace these too with
standard phy-handle.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Neeraj Dantu <dantuguf14105@gmail.com>
Reported-by: default avatarArnd Bergmann <arnd@arndb.de>
Reviewed-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Acked-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7f4ddf50
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@
};

&cpsw_emac0 {
	phy_id = <&davinci_mdio>, <4>;
	phy-handle = <&ethphy0>;
	phy-mode = "rgmii-txid";
};

@@ -441,6 +441,10 @@
	pinctrl-0 = <&davinci_mdio_default>;
	pinctrl-1 = <&davinci_mdio_sleep>;
	status = "okay";

	ethphy0: ethernet-phy@4 {
		reg = <4>;
	};
};

&mmc1 {
+5 −1
Original line number Diff line number Diff line
@@ -103,10 +103,14 @@
	pinctrl-0 = <&davinci_mdio_default>;
	pinctrl-1 = <&davinci_mdio_sleep>;
	status = "okay";

	ethphy0: ethernet-phy@0 {
		reg = <0>;
	};
};

&cpsw_emac0 {
	phy_id = <&davinci_mdio>, <0>;
	phy-handle = <&ethphy0>;
	phy-mode = "rgmii-txid";
};