---
 arch/mips/ar7/platform.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- a/arch/mips/ar7/platform.c
+++ b/arch/mips/ar7/platform.c
@@ -715,7 +715,9 @@ static int __init ar7_register_devices(v
 			return res;
 	}
 
-	if (ar7_has_high_cpmac()) {
+	/* My TNETD7300 has trouble probing both backwards; eth1 is the 'working'
+	   one & eth0 is useless. */
+	if (0 && ar7_has_high_cpmac()) {
 		res = fixed_phy_add(PHY_POLL, ar7_is_titan() ? cpmac_high_titan.id : cpmac_high.id,
 						&fixed_phy_status);
 		if (res && res != -ENODEV)
