Skip to content

Commit

Permalink
davinci: mityomapl138: Use auto-probe to determine attached PHY ID
Browse files Browse the repository at this point in the history
Current board configurations involving the MityDSP-L138 and MityARM-1808
only have one attached PHY, but it's address may not be the same.  Default
the behavior to auto-probe for the PHY and use the first one found.

Signed-off-by: Michael Williamson <michael.williamson@criticallink.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
  • Loading branch information
Michael Williamson authored and Sekhar Nori committed Apr 25, 2011
1 parent ad10e10 commit 336f402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-davinci/board-mityomapl138.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <mach/mux.h>
#include <mach/spi.h>

#define MITYOMAPL138_PHY_ID "0:03"
#define MITYOMAPL138_PHY_ID ""

#define FACTORY_CONFIG_MAGIC 0x012C0138
#define FACTORY_CONFIG_VERSION 0x00010001
Expand Down

0 comments on commit 336f402

Please sign in to comment.