projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d236f5a
)
[ARM] Orion: pass proper t_clk into mv643xx_eth
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Sat, 26 Apr 2008 18:48:11 +0000
(14:48 -0400)
committer
Nicolas Pitre
<nico@cam.org>
Fri, 9 May 2008 14:41:11 +0000
(10:41 -0400)
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>
arch/arm/mach-orion5x/common.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-orion5x/common.c
b/arch/arm/mach-orion5x/common.c
index da6e5deab073a2fa674546c3a3ad8f467b0c6317..4f13fd037f0421ef039bddd38d47a712abd0a05e 100644
(file)
--- 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[] = {