projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f14ba
)
[ARM] 4855/1: Orion: use correct ethernet unit address range
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Fri, 7 Mar 2008 10:41:18 +0000
(11:41 +0100)
committer
Russell 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-orion/common.c
b/arch/arm/mach-orion/common.c
index 2d6d413f02351bb23b66e32c08fa119bb1a950bf..bbc2b4ec932ca8a407188a3810a3dcbcfd317840 100644
(file)
--- a/
arch/arm/mach-orion/common.c
+++ b/
arch/arm/mach-orion/common.c
@@
-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 + 0x
f
fff,
+ .start = ORION_ETH_PHYS_BASE
+ 0x2000
,
+ .end = ORION_ETH_PHYS_BASE + 0x
3
fff,
.flags = IORESOURCE_MEM,
},
};