diff options
author | Cyril Chemparathy <cyril@ti.com> | 2010-09-15 10:11:25 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-09-24 10:40:30 -0400 |
commit | 782f2d782771484bb951be1c394ca2128ed7774e (patch) | |
tree | 47f621c022942f5f6a1cbbd450219347180de911 /arch/arm/mach-davinci/board-sffsdr.c | |
parent | 5d69e0076a726588265af040b21ac3f8266856d1 (diff) |
davinci: cleanup mdio arch code and switch to phy_id
This patch removes davinci architecture code that has now been rendered
useless by the previous patches in the MDIO separation series.
In addition, the earlier phy_mask definitions have been replaced with
corresponding phy_id definitions.
Signed-off-by: Cyril Chemparathy <cyril@ti.com>
Tested-by: Michael Williamson <michael.williamson@criticallink.com>
Tested-by: Caglar Akyuz <caglarakyuz@gmail.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-sffsdr.c')
-rw-r--r-- | arch/arm/mach-davinci/board-sffsdr.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/mach-davinci/board-sffsdr.c b/arch/arm/mach-davinci/board-sffsdr.c index 23e664a1a802..ab4292d4f80b 100644 --- a/arch/arm/mach-davinci/board-sffsdr.c +++ b/arch/arm/mach-davinci/board-sffsdr.c | |||
@@ -42,9 +42,7 @@ | |||
42 | #include <mach/mux.h> | 42 | #include <mach/mux.h> |
43 | #include <mach/usb.h> | 43 | #include <mach/usb.h> |
44 | 44 | ||
45 | #define SFFSDR_PHY_MASK (0x2) | 45 | #define SFFSDR_PHY_ID "0:01" |
46 | #define SFFSDR_MDIO_FREQUENCY (2200000) /* PHY bus frequency */ | ||
47 | |||
48 | static struct mtd_partition davinci_sffsdr_nandflash_partition[] = { | 46 | static struct mtd_partition davinci_sffsdr_nandflash_partition[] = { |
49 | /* U-Boot Environment: Block 0 | 47 | /* U-Boot Environment: Block 0 |
50 | * UBL: Block 1 | 48 | * UBL: Block 1 |
@@ -143,8 +141,7 @@ static __init void davinci_sffsdr_init(void) | |||
143 | ARRAY_SIZE(davinci_sffsdr_devices)); | 141 | ARRAY_SIZE(davinci_sffsdr_devices)); |
144 | sffsdr_init_i2c(); | 142 | sffsdr_init_i2c(); |
145 | davinci_serial_init(&uart_config); | 143 | davinci_serial_init(&uart_config); |
146 | soc_info->emac_pdata->phy_mask = SFFSDR_PHY_MASK; | 144 | soc_info->emac_pdata->phy_id = SFFSDR_PHY_ID; |
147 | soc_info->emac_pdata->mdio_max_freq = SFFSDR_MDIO_FREQUENCY; | ||
148 | davinci_setup_usb(0, 0); /* We support only peripheral mode. */ | 145 | davinci_setup_usb(0, 0); /* We support only peripheral mode. */ |
149 | 146 | ||
150 | /* mux VLYNQ pins */ | 147 | /* mux VLYNQ pins */ |