Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am437x-idk-evm: get rid of phy_id property

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>

authored by

Grygorii Strashko and committed by
Tony Lindgren
c0af0788 7c0373b1

+5 -1
+5 -1
arch/arm/boot/dts/am437x-idk-evm.dts
··· 499 499 pinctrl-0 = <&davinci_mdio_default>; 500 500 pinctrl-1 = <&davinci_mdio_sleep>; 501 501 status = "okay"; 502 + 503 + ethphy0: ethernet-phy@0 { 504 + reg = <0>; 505 + }; 502 506 }; 503 507 504 508 &cpsw_emac0 { 505 - phy_id = <&davinci_mdio>, <0>; 509 + phy-handle = <&ethphy0>; 506 510 phy-mode = "rgmii"; 507 511 }; 508 512