[U-Boot] [PATCH] MII Bus BitBang Imlementation for MPC85xx FCC ports

2009-09-19 Thread Luigi 'Comio' Mantellini
This patch add a MII Bus support for FCC port using a simple bitbang implementation (derived from miiphy driver). In order to enable mii bus, you need to define the following additional macros: CONFIG_MPC85XX_BITBANGMII - Enable the mii bus support code CONFIG_SYS_FCC1_MDIO - Pin used for MD

[U-Boot] [PATCH] MII Bus BitBang Imlementation for MPC85xx FCC ports

2009-09-19 Thread Luigi 'Comio' Mantellini
From: Luigi 'Comio' Mantellini This patch add a MII Bus support for FCC port using a simple bitbang implementation (derived from miiphy driver). In order to enable mii bus, you need to define the following additional macros: CONFIG_MPC85XX_BITBANGMII - Enable the mii bus support code CONFIG_SYS