summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/pcie.c
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2009-11-07 14:50:00 +0100
committerNicolas Pitre <nico@fluxnic.net>2009-11-07 20:18:24 -0500
commita1897fa67cb964cc6b5a9048a31eb6ef3dcc2dda (patch)
treed6aade1f087af0d2a89f1f8056edcd29f098cf51 /arch/arm/mach-kirkwood/pcie.c
parent35f029e2514be209eb0e88c7d927f3bcc42a5cc2 (diff)
downloadop-kernel-dev-a1897fa67cb964cc6b5a9048a31eb6ef3dcc2dda.zip
op-kernel-dev-a1897fa67cb964cc6b5a9048a31eb6ef3dcc2dda.tar.gz
[ARM] Kirkwood: clarify PCIe MEM bus/physical address distinction
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-kirkwood/pcie.c')
-rw-r--r--arch/arm/mach-kirkwood/pcie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/pcie.c b/arch/arm/mach-kirkwood/pcie.c
index 0660e78..a604b2a 100644
--- a/arch/arm/mach-kirkwood/pcie.c
+++ b/arch/arm/mach-kirkwood/pcie.c
@@ -126,7 +126,7 @@ static int __init kirkwood_pcie_setup(int nr, struct pci_sys_data *sys)
*/
res[1].name = "PCIe Memory Space";
res[1].flags = IORESOURCE_MEM;
- res[1].start = KIRKWOOD_PCIE_MEM_PHYS_BASE;
+ res[1].start = KIRKWOOD_PCIE_MEM_BUS_BASE;
res[1].end = res[1].start + KIRKWOOD_PCIE_MEM_SIZE - 1;
if (request_resource(&iomem_resource, &res[1]))
panic("Request PCIe Memory resource failed\n");
OpenPOWER on IntegriCloud