diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-03-07 05:41:18 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-03-08 10:53:48 -0500 |
commit | 88603f1dc1bf414dc21a0361693d1270231a6c59 (patch) | |
tree | 28ddf9f771ef91a85c4cdd7dae129bd662f4d17d /arch | |
parent | a4f14bace8ddf0cc26fc2d658b6dd37c71178770 (diff) |
[ARM] 4855/1: Orion: use correct ethernet unit address range
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-orion/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-orion/common.c b/arch/arm/mach-orion/common.c index 2d6d413f0235..bbc2b4ec932c 100644 --- a/arch/arm/mach-orion/common.c +++ b/arch/arm/mach-orion/common.c | |||
@@ -179,8 +179,8 @@ static struct platform_device orion_ehci1 = { | |||
179 | 179 | ||
180 | static struct resource orion_eth_shared_resources[] = { | 180 | static struct resource orion_eth_shared_resources[] = { |
181 | { | 181 | { |
182 | .start = ORION_ETH_PHYS_BASE, | 182 | .start = ORION_ETH_PHYS_BASE + 0x2000, |
183 | .end = ORION_ETH_PHYS_BASE + 0xffff, | 183 | .end = ORION_ETH_PHYS_BASE + 0x3fff, |
184 | .flags = IORESOURCE_MEM, | 184 | .flags = IORESOURCE_MEM, |
185 | }, | 185 | }, |
186 | }; | 186 | }; |