summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am437x-idk-evm.dts
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2018-09-10 17:57:43 -0500
committerTony Lindgren <tony@atomide.com>2018-09-20 14:42:00 -0700
commitc0af07883c2c3bb4e38c90272b687dafdaf41db0 (patch)
tree06c70b282c02b3c9fbfbc03ccf77ab9dd6baed86 /arch/arm/boot/dts/am437x-idk-evm.dts
parent7c0373b16f045bf0940c32ab131fd1a3d2bb1962 (diff)
downloadlinux-c0af07883c2c3bb4e38c90272b687dafdaf41db0.tar.bz2
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>
Diffstat (limited to 'arch/arm/boot/dts/am437x-idk-evm.dts')
-rw-r--r--arch/arm/boot/dts/am437x-idk-evm.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-idk-evm.dts b/arch/arm/boot/dts/am437x-idk-evm.dts
index 20132477a871..bb285409473e 100644
--- a/arch/arm/boot/dts/am437x-idk-evm.dts
+++ b/arch/arm/boot/dts/am437x-idk-evm.dts
@@ -499,10 +499,14 @@
pinctrl-0 = <&davinci_mdio_default>;
pinctrl-1 = <&davinci_mdio_sleep>;
status = "okay";
+
+ ethphy0: ethernet-phy@0 {
+ reg = <0>;
+ };
};
&cpsw_emac0 {
- phy_id = <&davinci_mdio>, <0>;
+ phy-handle = <&ethphy0>;
phy-mode = "rgmii";
};