summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-12-08 14:53:58 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-08 14:53:58 +0100
commit1e5b933b5d2538ea0ffeb86537c3996348ef9c64 (patch)
treeff4819225733f8e142b9ba2f00bc73c06ffc84b9 /arch/arm/boards
parent4b579fea5d22566f48ac84b2546cf4282c64b777 (diff)
parent4d6e582c7f927e812ceb19917d4c8633057852a8 (diff)
downloadbarebox-1e5b933b5d2538ea0ffeb86537c3996348ef9c64.tar.gz
barebox-1e5b933b5d2538ea0ffeb86537c3996348ef9c64.tar.xz
Merge branch 'for-next/am335x'
Diffstat (limited to 'arch/arm/boards')
-rw-r--r--arch/arm/boards/phytec-phyflex-am335x/board.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/boards/phytec-phyflex-am335x/board.c b/arch/arm/boards/phytec-phyflex-am335x/board.c
index cf7dd2e936..f265e52f3a 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);