Skip to content

Commit

Permalink
ARM: dts: am335x-bone-common: get rid of phy_id property
Browse files Browse the repository at this point in the history
The phy_id property is deprecated and phy-handle has to be used instead.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
grygoriyS authored and tmlind committed Sep 20, 2018
1 parent 8cd1cc3 commit 4d8b032
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion arch/arm/boot/dts/am335x-bone-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
};

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

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

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

&mmc1 {
Expand Down

0 comments on commit 4d8b032

Please sign in to comment.