]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Change UEC PHY interface to RGMII on MPC8568MDS
authorHaiying Wang <Haiying.Wang@freescale.com>
Wed, 24 Sep 2008 16:42:12 +0000 (11:42 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:54:00 +0000 (21:54 +0200)
commit41410eee472b0f42e03a77f961bbc55ef58f3c01
tree696428e03aefc4030f0623d278f2d21b59f36f16
parent69710092172409cfcc43b84cd71287f428a4e319
Change UEC PHY interface to RGMII on MPC8568MDS

Change UEC phy interface from GMII to RGMII on MPC8568MDS board

Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.

Now both UEC1 and UEC2 can work properly under u-boot.

It is also in consistent with the kernel setting for 8568 UEC phy interface.

Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/qe/uec.c
drivers/qe/uec.h
drivers/qe/uec_phy.c
drivers/qe/uec_phy.h
include/configs/MPC8568MDS.h