aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am335x-baltos-ir5221.dts
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2019-06-11 11:30:45 +0200
committerTony Lindgren <tony@atomide.com>2019-06-12 00:55:44 -0700
commit79499bb11db50877862331960260f981ec49668d (patch)
treed081d74bcd59ec311247c680a615387c54aece37 /arch/arm/boot/dts/am335x-baltos-ir5221.dts
parentLinux 5.2-rc1 (diff)
downloadlinux-dev-79499bb11db50877862331960260f981ec49668d.tar.xz
linux-dev-79499bb11db50877862331960260f981ec49668d.zip
ARM: dts: am335x-baltos: Fix PHY mode for ethernet
The PHY must add both tx and rx delay and not only on the tx clock. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-baltos-ir5221.dts')
-rw-r--r--arch/arm/boot/dts/am335x-baltos-ir5221.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-baltos-ir5221.dts b/arch/arm/boot/dts/am335x-baltos-ir5221.dts
index eed65fc0e8e6..7b99c8ed3c3a 100644
--- a/arch/arm/boot/dts/am335x-baltos-ir5221.dts
+++ b/arch/arm/boot/dts/am335x-baltos-ir5221.dts
@@ -128,7 +128,7 @@
};
&cpsw_emac1 {
- phy-mode = "rgmii-txid";
+ phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>;
phy-handle = <&phy1>;
};