Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | powerpc/8xxx: Add fdt_fixup_phy_connection helper | Kumar Gala | 2010-10-20 | -0/+2 |
| | | | | | | | Add a common helper that will set the PHY connection type based on enum. We use this on eTSEC, UCC, and will with Fman in the future. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
* | powerpc/fsl: Introduce common enum for PHY types | Kumar Gala | 2010-10-20 | -0/+31 |
Have a common enum for phy types that we use in the UCC driver. We will also use this enum for dealing with phy connection fixup in the device tree. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> |