aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-ldp.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2009-03-02 22:29:37 -0800
committerDavid S. Miller <davem@davemloft.net>2009-03-02 22:29:37 -0800
commit07555c9880da3e2e96e5eae00a03b44cc076deaf (patch)
tree3135f680ce0e68ff5c0a7ae0fc548401a32701f9 /arch/arm/mach-omap2/board-ldp.c
parent3df2678737974accf437dad11e584c1871a3ede3 (diff)
downloadkernel_samsung_smdk4412-07555c9880da3e2e96e5eae00a03b44cc076deaf.zip
kernel_samsung_smdk4412-07555c9880da3e2e96e5eae00a03b44cc076deaf.tar.gz
kernel_samsung_smdk4412-07555c9880da3e2e96e5eae00a03b44cc076deaf.tar.bz2
OMAP: enable smc911x support for LDP platform
The following patch enables SMC911x support to work on the OMAP LDP board. Although the SMC911x driver will eventually be obsoleted, the smsc911x patches are rather invasive for the -rc kernels. Rather than risk destablising smsc911x, this simpler patch is preferred to allow the network interface to work. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/mach-omap2/board-ldp.c')
-rw-r--r--arch/arm/mach-omap2/board-ldp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c
index f6a1345..6031e17 100644
--- a/arch/arm/mach-omap2/board-ldp.c
+++ b/arch/arm/mach-omap2/board-ldp.c
@@ -81,7 +81,7 @@ static inline void __init ldp_init_smc911x(void)
}
ldp_smc911x_resources[0].start = cs_mem_base + 0x0;
- ldp_smc911x_resources[0].end = cs_mem_base + 0xf;
+ ldp_smc911x_resources[0].end = cs_mem_base + 0xff;
udelay(100);
eth_gpio = LDP_SMC911X_GPIO;