summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am335x-cm-t335.dts
diff options
context:
space:
mode:
authorGrygorii Strashko2018-09-09 02:05:06 +0200
committerTony Lindgren2018-09-20 23:36:42 +0200
commit0d175556e2e4235d0abb282817ac61faced81494 (patch)
tree273823a0df92a92f824481f8e22d059f2975f9a5 /arch/arm/boot/dts/am335x-cm-t335.dts
parentARM: dts: am335x-evmsk: get rid of phy_id property (diff)
downloadkernel-qcow2-linux-0d175556e2e4235d0abb282817ac61faced81494.tar.gz
kernel-qcow2-linux-0d175556e2e4235d0abb282817ac61faced81494.tar.xz
kernel-qcow2-linux-0d175556e2e4235d0abb282817ac61faced81494.zip
ARM: dts: am335x-cm-t335: 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/am335x-cm-t335.dts')
-rw-r--r--arch/arm/boot/dts/am335x-cm-t335.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-cm-t335.dts b/arch/arm/boot/dts/am335x-cm-t335.dts
index 947c81b7aaaf..c4d3e1f1a95e 100644
--- a/arch/arm/boot/dts/am335x-cm-t335.dts
+++ b/arch/arm/boot/dts/am335x-cm-t335.dts
@@ -486,10 +486,14 @@ status = "okay";
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-txid";
};