[ARM] 4855/1: Orion: use correct ethernet unit address range
authorLennert Buytenhek <buytenh@wantstofly.org>
Fri, 7 Mar 2008 10:41:18 +0000 (11:41 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 8 Mar 2008 15:53:48 +0000 (15:53 +0000)
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-orion/common.c

index 2d6d413..bbc2b4e 100644 (file)
@@ -179,8 +179,8 @@ static struct platform_device orion_ehci1 = {
 
 static struct resource orion_eth_shared_resources[] = {
        {
-               .start  = ORION_ETH_PHYS_BASE,
-               .end    = ORION_ETH_PHYS_BASE + 0xffff,
+               .start  = ORION_ETH_PHYS_BASE + 0x2000,
+               .end    = ORION_ETH_PHYS_BASE + 0x3fff,
                .flags  = IORESOURCE_MEM,
        },
 };