]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Support for multiple SGMII/TBI interfaces for TSEC ethernet
authorPeter Tyser <ptyser@xes-inc.com>
Tue, 16 Sep 2008 15:04:47 +0000 (10:04 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Tue, 16 Sep 2008 16:32:45 +0000 (11:32 -0500)
commitce47eb402c5e29a025399dc282246414fc492940
tree993313336b71bf495461cc8dd89f8afbb8858c9b
parentc0d2f87d6c450128b88e73eea715fa3654f65b6c
Support for multiple SGMII/TBI interfaces for TSEC ethernet

Fix TBI PHY accesses to use the proper offset in CPU register space. The
previous code would incorrectly access the TBI PHY by reading/writing to CPU
register space at the same location as would be used to access external PHYs.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Acked-by: Andy Fleming <afleming@freescale.com>
drivers/net/tsec.c