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

ARM: dts: am57xx-cl-som-am57x: 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
2ac921dc adfcf71b

+10 -2
+10 -2
arch/arm/boot/dts/am57xx-cl-som-am57x.dts
··· 558 558 }; 559 559 560 560 &cpsw_emac0 { 561 - phy_id = <&davinci_mdio>, <0>; 561 + phy-handle = <&ethphy0>; 562 562 phy-mode = "rgmii-txid"; 563 563 dual_emac_res_vlan = <0>; 564 564 }; 565 565 566 566 &cpsw_emac1 { 567 - phy_id = <&davinci_mdio>, <1>; 567 + phy-handle = <&ethphy1>; 568 568 phy-mode = "rgmii-txid"; 569 569 dual_emac_res_vlan = <1>; 570 570 }; ··· 573 573 pinctrl-names = "default", "sleep"; 574 574 pinctrl-0 = <&davinci_mdio_pins_default>; 575 575 pinctrl-1 = <&davinci_mdio_pins_sleep>; 576 + 577 + ethphy0: ethernet-phy@0 { 578 + reg = <0>; 579 + }; 580 + 581 + ethphy1: ethernet-phy@1 { 582 + reg = <1>; 583 + }; 576 584 }; 577 585 578 586 &usb2_phy1 {