summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-ldp.c
diff options
context:
space:
mode:
authorRussell King2009-03-03 07:29:37 +0100
committerDavid S. Miller2009-03-03 07:29:37 +0100
commit07555c9880da3e2e96e5eae00a03b44cc076deaf (patch)
tree3135f680ce0e68ff5c0a7ae0fc548401a32701f9 /arch/arm/mach-omap2/board-ldp.c
parentsctp: fix kernel panic with ERROR chunk containing too many error causes (diff)
downloadkernel-qcow2-linux-07555c9880da3e2e96e5eae00a03b44cc076deaf.tar.gz
kernel-qcow2-linux-07555c9880da3e2e96e5eae00a03b44cc076deaf.tar.xz
kernel-qcow2-linux-07555c9880da3e2e96e5eae00a03b44cc076deaf.zip
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 f6a13451d1fd..6031e179926b 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;