[PATCH 1/2] am335x:phyflex: Remove phy fixup from board file
Christian Hemp
c.hemp at phytec.de
Tue Nov 11 23:58:05 PST 2014
The ethernet timings are set by the devicetree. They are no longer required in the
board file.
Signed-off-by: Christian Hemp <c.hemp at phytec.de>
---
arch/arm/boards/phytec-phyflex-am335x/board.c | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/arch/arm/boards/phytec-phyflex-am335x/board.c b/arch/arm/boards/phytec-phyflex-am335x/board.c
index cf7dd2e..f265e52 100644
--- a/arch/arm/boards/phytec-phyflex-am335x/board.c
+++ b/arch/arm/boards/phytec-phyflex-am335x/board.c
@@ -32,21 +32,11 @@
#include <mach/am33xx-silicon.h>
#include <mach/bbu.h>
-static int ksz9031rn_phy_fixup(struct phy_device *dev)
-{
- phy_write_mmd_indirect(dev, 6, 2, 0);
- phy_write_mmd_indirect(dev, 8, 2, 0x003ff);
-
- return 0;
-}
-
static int pfla03_coredevice_init(void)
{
if (!of_machine_is_compatible("phytec,phyflex-am335x-som"))
return 0;
- phy_register_fixup_for_uid(PHY_ID_KSZ9031, MICREL_PHY_ID_MASK,
- ksz9031rn_phy_fixup);
am33xx_register_ethaddr(0, 0);
am33xx_register_ethaddr(1, 1);
--
1.9.1
More information about the barebox
mailing list