ar71xx: Use PHY fixups for Open Mesh MR1750
authorJohn Crispin <john@openwrt.org>
Wed, 16 Mar 2016 09:27:14 +0000 (09:27 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 16 Mar 2016 09:27:14 +0000 (09:27 +0000)
commit78e49ea217b1a53f64d7828b4f7cb0c1d64ae3fb
tree67e53025383ead0135cfb3817e884393e80ba8fe
parent50a56cc6ed0d9de0e0cd673b732c1e827c65cf96
ar71xx: Use PHY fixups for Open Mesh MR1750

The delays of PHY/MAC on the MR1750 are done by u-boot and OpenWrt in
different ways. u-boot only modifies the ETH_CFG of the QCA955x based on
the link speed. But OpenWrt can only modify the PHY delays based on the
link speed.

This can lead to communication problems when u-boot initializes the ETH_CFG
for a specific link speed (e.g. 10BASE-T) but then OpenWrt the sets the PHY
delays to an incompatible value.

Instead reset the ETH_CFG delay bits of the QCA955x to a specific value and
only rely on the AT803x PHY settings.

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
SVN-Revision: 49031
target/linux/ar71xx/files/arch/mips/ath79/mach-mr1750.c