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

ARM: dts: dm8148-t410: 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
3a25128c abf878dd

+12 -2
+12 -2
arch/arm/boot/dts/dm8148-t410.dts
··· 36 36 }; 37 37 38 38 &cpsw_emac0 { 39 - phy_id = <&davinci_mdio>, <0>; 39 + phy-handle = <&ethphy0>; 40 40 phy-mode = "rgmii"; 41 41 }; 42 42 43 43 &cpsw_emac1 { 44 - phy_id = <&davinci_mdio>, <1>; 44 + phy-handle = <&ethphy1>; 45 45 phy-mode = "rgmii"; 46 + }; 47 + 48 + &davinci_mdio { 49 + ethphy0: ethernet-phy@0 { 50 + reg = <0>; 51 + }; 52 + 53 + ethphy1: ethernet-phy@1 { 54 + reg = <1>; 55 + }; 46 56 }; 47 57 48 58 &mmc1 {