diff options
author | Haiying Wang <Haiying.Wang@freescale.com> | 2009-05-20 12:30:37 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-06-12 17:17:01 -0500 |
commit | f82107f637f167a77803c0933f9b24741a91c711 (patch) | |
tree | 1000b15d369f48a04ecb46b258b397d287eda1bf /board/freescale/mpc8569mds/bcsr.h | |
parent | 750098d33bc362ac4263863e92da158cf011063f (diff) | |
download | u-boot-imx-f82107f637f167a77803c0933f9b24741a91c711.zip u-boot-imx-f82107f637f167a77803c0933f9b24741a91c711.tar.gz u-boot-imx-f82107f637f167a77803c0933f9b24741a91c711.tar.bz2 |
85xx: Add RMII support for MPC8569MDS
This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to
support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to
enalbe_mpc8569mds_qe_uec which is more accurate.
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8569mds/bcsr.h')
-rw-r--r-- | board/freescale/mpc8569mds/bcsr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8569mds/bcsr.h b/board/freescale/mpc8569mds/bcsr.h index 8efe9bd..e5d63c7 100644 --- a/board/freescale/mpc8569mds/bcsr.h +++ b/board/freescale/mpc8569mds/bcsr.h @@ -76,7 +76,7 @@ void enable_8569mds_flash_write(void); void disable_8569mds_flash_write(void); -void enable_8569mds_qe_mdio(void); +void enable_8569mds_qe_uec(void); void disable_8569mds_brd_eeprom_write_protect(void); #endif /* __BCSR_H_ */ |