1
0
Fork 0

[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>
hifive-unleashed-5.1
Lennert Buytenhek 2008-04-26 14:48:11 -04:00 committed by Nicolas Pitre
parent d236f5a5f7
commit b8c15a6084
1 changed files with 1 additions and 0 deletions

View File

@ -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[] = {