From: Lennert Buytenhek Date: Sat, 26 Apr 2008 18:48:11 +0000 (-0400) Subject: [ARM] Orion: pass proper t_clk into mv643xx_eth X-Git-Tag: v2.6.26-rc2~6^2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8c15a6084e84497e31e75c9cededb73af768632;p=platform%2Fkernel%2Flinux-stable.git [ARM] Orion: pass proper t_clk into mv643xx_eth Pass the Orion TCLK tick rate into the ethernet driver. Signed-off-by: Lennert Buytenhek Signed-off-by: Nicolas Pitre --- diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c index da6e5de..4f13fd0 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 = { 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[] = {