diff options
author | Michael Williamson <michael.williamson@criticallink.com> | 2011-03-23 12:15:42 +0000 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2011-04-25 14:19:31 +0530 |
commit | 336f402790defe4c4d33838b41bcd239537a5431 (patch) | |
tree | 443b98048a7d90389d7e7355a958b8cd381085cb | |
parent | ad10e1051ec97a7e56e001eb1e9721b3d883e030 (diff) | |
download | talos-obmc-linux-336f402790defe4c4d33838b41bcd239537a5431.tar.gz talos-obmc-linux-336f402790defe4c4d33838b41bcd239537a5431.zip |
davinci: mityomapl138: Use auto-probe to determine attached PHY ID
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>
-rw-r--r-- | arch/arm/mach-davinci/board-mityomapl138.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-mityomapl138.c b/arch/arm/mach-davinci/board-mityomapl138.c index e5d554cc79a6..606a6f27ed6c 100644 --- a/arch/arm/mach-davinci/board-mityomapl138.c +++ b/arch/arm/mach-davinci/board-mityomapl138.c @@ -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 |