ARM: kirkwood: Unbreak PCIe I/O port
authorArnaud Patard <arnaud.patard@rtp-net.org>
Sun, 22 Aug 2010 20:49:46 +0000 (22:49 +0200)
committerNicolas Pitre <nico@fluxnic.net>
Mon, 20 Sep 2010 02:43:25 +0000 (22:43 -0400)
commite4ff1c39ee1122198e8355069da59297038e55bb
treee368d8a2a922996e8dd237cfaf697a6a19a72120
parent49553c2ef88749dd502687f4eb9c258bb10a4f44
ARM: kirkwood: Unbreak PCIe I/O port

The support for the 2 pcie port of the 6282 has broken i/o port by switching
*_IO_PHYS_BASE and *_IO_BUS_BASE. In fact, the patches reintroduced the same
bug solved by commit 35f029e2514be209eb0e88c7d927f3bcc42a5cc2.
So, I'm adding back *_IO_BUS_BASE in resource declaration and fix definition
of KIRKWOOD_PCIE1_IO_BUS_BASE. With this change, the xgi card on my t5325 is
working again.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Acked-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Cc: stable@kernel.org
arch/arm/mach-kirkwood/include/mach/kirkwood.h
arch/arm/mach-kirkwood/pcie.c