diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2010-10-21 14:21:55 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-10-21 14:21:55 -0400 |
commit | 7940a34b2e1e0485211a17d8c3ab4da1ea3e1330 (patch) | |
tree | fe08ba701cbf23ae44a16d3b7afa521fce943a8a /arch/arm/mach-davinci/board-dm365-evm.c | |
parent | 6451d7783ba5ff24eb1a544eaa6665b890f30466 (diff) | |
parent | 8939b3504dc35224cb9c88e5af925b22ea9eee71 (diff) |
Merge branch 'davinci-next' into davinci-for-linus
Conflicts:
arch/arm/mach-davinci/board-da830-evm.c
arch/arm/mach-davinci/board-da850-evm.c
Diffstat (limited to 'arch/arm/mach-davinci/board-dm365-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-dm365-evm.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c index 944a0cbaf5cb..c67f684ee3e5 100644 --- a/arch/arm/mach-davinci/board-dm365-evm.c +++ b/arch/arm/mach-davinci/board-dm365-evm.c | |||
@@ -54,9 +54,7 @@ static inline int have_tvp7002(void) | |||
54 | return 0; | 54 | return 0; |
55 | } | 55 | } |
56 | 56 | ||
57 | #define DM365_EVM_PHY_MASK (0x2) | 57 | #define DM365_EVM_PHY_ID "0:01" |
58 | #define DM365_EVM_MDIO_FREQUENCY (2200000) /* PHY bus frequency */ | ||
59 | |||
60 | /* | 58 | /* |
61 | * A MAX-II CPLD is used for various board control functions. | 59 | * A MAX-II CPLD is used for various board control functions. |
62 | */ | 60 | */ |
@@ -175,7 +173,9 @@ static struct at24_platform_data eeprom_info = { | |||
175 | .context = (void *)0x7f00, | 173 | .context = (void *)0x7f00, |
176 | }; | 174 | }; |
177 | 175 | ||
178 | static struct snd_platform_data dm365_evm_snd_data; | 176 | static struct snd_platform_data dm365_evm_snd_data = { |
177 | .asp_chan_q = EVENTQ_3, | ||
178 | }; | ||
179 | 179 | ||
180 | static struct i2c_board_info i2c_info[] = { | 180 | static struct i2c_board_info i2c_info[] = { |
181 | { | 181 | { |
@@ -533,8 +533,7 @@ fail: | |||
533 | 533 | ||
534 | /* ... and ENET ... */ | 534 | /* ... and ENET ... */ |
535 | dm365evm_emac_configure(); | 535 | dm365evm_emac_configure(); |
536 | soc_info->emac_pdata->phy_mask = DM365_EVM_PHY_MASK; | 536 | soc_info->emac_pdata->phy_id = DM365_EVM_PHY_ID; |
537 | soc_info->emac_pdata->mdio_max_freq = DM365_EVM_MDIO_FREQUENCY; | ||
538 | resets &= ~BIT(3); | 537 | resets &= ~BIT(3); |
539 | 538 | ||
540 | /* ... and AIC33 */ | 539 | /* ... and AIC33 */ |