Commit 88603f1d authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Russell King

[ARM] 4855/1: Orion: use correct ethernet unit address range

Signed-off-by: default avatarLennert Buytenhek <buytenh@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a4f14bac
...@@ -179,8 +179,8 @@ static struct platform_device orion_ehci1 = { ...@@ -179,8 +179,8 @@ static struct platform_device orion_ehci1 = {
static struct resource orion_eth_shared_resources[] = { static struct resource orion_eth_shared_resources[] = {
{ {
.start = ORION_ETH_PHYS_BASE, .start = ORION_ETH_PHYS_BASE + 0x2000,
.end = ORION_ETH_PHYS_BASE + 0xffff, .end = ORION_ETH_PHYS_BASE + 0x3fff,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment