diff options
| author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-04-26 14:48:11 -0400 |
|---|---|---|
| committer | Nicolas Pitre <nico@cam.org> | 2008-05-09 10:41:11 -0400 |
| commit | b8c15a6084e84497e31e75c9cededb73af768632 (patch) | |
| tree | 74b49fda6c59accb1a86ba3f561763f970fbdaf1 | |
| parent | d236f5a5f77183c270223e8816804e7763463282 (diff) | |
[ARM] Orion: pass proper t_clk into mv643xx_eth
Pass the Orion TCLK tick rate into the ethernet driver.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
| -rw-r--r-- | arch/arm/mach-orion5x/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c index da6e5deab073..4f13fd037f04 100644 --- a/arch/arm/mach-orion5x/common.c +++ b/arch/arm/mach-orion5x/common.c | |||
| @@ -192,6 +192,7 @@ static struct platform_device orion5x_ehci1 = { | |||
| 192 | 192 | ||
| 193 | struct mv643xx_eth_shared_platform_data orion5x_eth_shared_data = { | 193 | struct mv643xx_eth_shared_platform_data orion5x_eth_shared_data = { |
| 194 | .dram = &orion5x_mbus_dram_info, | 194 | .dram = &orion5x_mbus_dram_info, |
| 195 | .t_clk = ORION5X_TCLK, | ||
| 195 | }; | 196 | }; |
| 196 | 197 | ||
| 197 | static struct resource orion5x_eth_shared_resources[] = { | 198 | static struct resource orion5x_eth_shared_resources[] = { |
