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

ARM: dts: am437x-cm-t43: 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
04f48434 cfd91db3

+10 -2
+10 -2
arch/arm/boot/dts/am437x-cm-t43.dts
··· 339 339 pinctrl-names = "default"; 340 340 pinctrl-0 = <&davinci_mdio_default>; 341 341 status = "okay"; 342 + 343 + ethphy0: ethernet-phy@0 { 344 + reg = <0>; 345 + }; 346 + 347 + ethphy1: ethernet-phy@1 { 348 + reg = <1>; 349 + }; 342 350 }; 343 351 344 352 &cpsw_emac0 { 345 - phy_id = <&davinci_mdio>, <0>; 353 + phy-handle = <&ethphy0>; 346 354 phy-mode = "rgmii-txid"; 347 355 dual_emac_res_vlan = <1>; 348 356 }; 349 357 350 358 &cpsw_emac1 { 351 - phy_id = <&davinci_mdio>, <1>; 359 + phy-handle = <&ethphy1>; 352 360 phy-mode = "rgmii-txid"; 353 361 dual_emac_res_vlan = <2>; 354 362 };