PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
authorMike Nuss <mike@terascala.com>
Mon, 3 Mar 2008 20:27:05 +0000 (15:27 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 4 Mar 2008 07:55:27 +0000 (08:55 +0100)
commit74eb0222594fd23aafdf168e60e872814eea8b62
treea7457dea0e4058141886f01f5edc931e7eaecb29
parent491fb6dea9f52fdb9cb5996e8e978b9e9685179f
PPC4xx (Sequoia): Fix Ethernet "remote fault" problems

Every now and then a Sequoia board (or equivalent hardware) had
problems connecting to a Gigabit capable network interface.

There were differences in the PHY setup between Linux and U-Boot.

This patch fixes the problem. Apparently "remote fault" is being set,
which signals to some devices (on the other end of the cable) that a
fault has occurred, while other devices ignore it. I believe the RF bit
was causing the issue, but I removed T4 also, to match up with Linux.

Signed-off-by: Mike Nuss <mike@terascala.com>
cpu/ppc4xx/miiphy.c