aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-iop/pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-iop/pci.c b/arch/arm/plat-iop/pci.c
index ee6deaabf9b5..6ed374fa4087 100644
--- a/arch/arm/plat-iop/pci.c
+++ b/arch/arm/plat-iop/pci.c
@@ -253,11 +253,11 @@ void __init iop3xx_atu_setup(void)
253 *IOP3XX_IATVR2 = PHYS_OFFSET; 253 *IOP3XX_IATVR2 = PHYS_OFFSET;
254 254
255 /* Outbound window 0 */ 255 /* Outbound window 0 */
256 *IOP3XX_OMWTVR0 = IOP3XX_PCI_LOWER_MEM_PA; 256 *IOP3XX_OMWTVR0 = IOP3XX_PCI_LOWER_MEM_BA;
257 *IOP3XX_OUMWTVR0 = 0; 257 *IOP3XX_OUMWTVR0 = 0;
258 258
259 /* Outbound window 1 */ 259 /* Outbound window 1 */
260 *IOP3XX_OMWTVR1 = IOP3XX_PCI_LOWER_MEM_PA + IOP3XX_PCI_MEM_WINDOW_SIZE; 260 *IOP3XX_OMWTVR1 = IOP3XX_PCI_LOWER_MEM_BA + IOP3XX_PCI_MEM_WINDOW_SIZE;
261 *IOP3XX_OUMWTVR1 = 0; 261 *IOP3XX_OUMWTVR1 = 0;
262 262
263 /* BAR 3 ( Disabled ) */ 263 /* BAR 3 ( Disabled ) */
@@ -268,7 +268,7 @@ void __init iop3xx_atu_setup(void)
268 268
269 /* Setup the I/O Bar 269 /* Setup the I/O Bar
270 */ 270 */
271 *IOP3XX_OIOWTVR = IOP3XX_PCI_LOWER_IO_PA;; 271 *IOP3XX_OIOWTVR = IOP3XX_PCI_LOWER_IO_BA;
272 272
273 /* Enable inbound and outbound cycles 273 /* Enable inbound and outbound cycles
274 */ 274 */