Skip to content

Commit

Permalink
[ARM] Orion: pass proper t_clk into mv643xx_eth
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lennert Buytenhek authored and Nicolas Pitre committed May 9, 2008
1 parent d236f5a commit b8c15a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-orion5x/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ static struct platform_device orion5x_ehci1 = {

struct mv643xx_eth_shared_platform_data orion5x_eth_shared_data = {
.dram = &orion5x_mbus_dram_info,
.t_clk = ORION5X_TCLK,
};

static struct resource orion5x_eth_shared_resources[] = {
Expand Down

0 comments on commit b8c15a6

Please sign in to comment.