diff options
Diffstat (limited to 'arch/arm')
| -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 | }; |
