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

ARM: dts: dm8148-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
abf878dd 2ac921dc

+12 -2
+12 -2
arch/arm/boot/dts/dm8148-evm.dts
··· 27 27 }; 28 28 29 29 &cpsw_emac0 { 30 - phy_id = <&davinci_mdio>, <0>; 30 + phy-handle = <&ethphy0>; 31 31 phy-mode = "rgmii"; 32 32 }; 33 33 34 34 &cpsw_emac1 { 35 - phy_id = <&davinci_mdio>, <1>; 35 + phy-handle = <&ethphy1>; 36 36 phy-mode = "rgmii"; 37 + }; 38 + 39 + &davinci_mdio { 40 + ethphy0: ethernet-phy@0 { 41 + reg = <0>; 42 + }; 43 + 44 + ethphy1: ethernet-phy@1 { 45 + reg = <1>; 46 + }; 37 47 }; 38 48 39 49 &gpmc {