Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91156
b: refs/heads/master
c: 97c4604
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Dan Williams committed Mar 26, 2008
1 parent e4b2936 commit e629a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27eedbf557f511efbe5651fa2fbfa0e4e8315ab7
refs/heads/master: 97c46048ce73c27fd2734299f07a8c06c8156a2e
6 changes: 3 additions & 3 deletions trunk/arch/arm/plat-iop/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@ void __init iop3xx_atu_setup(void)
*IOP3XX_IATVR2 = PHYS_OFFSET;

/* Outbound window 0 */
*IOP3XX_OMWTVR0 = IOP3XX_PCI_LOWER_MEM_PA;
*IOP3XX_OMWTVR0 = IOP3XX_PCI_LOWER_MEM_BA;
*IOP3XX_OUMWTVR0 = 0;

/* Outbound window 1 */
*IOP3XX_OMWTVR1 = IOP3XX_PCI_LOWER_MEM_PA + IOP3XX_PCI_MEM_WINDOW_SIZE;
*IOP3XX_OMWTVR1 = IOP3XX_PCI_LOWER_MEM_BA + IOP3XX_PCI_MEM_WINDOW_SIZE;
*IOP3XX_OUMWTVR1 = 0;

/* BAR 3 ( Disabled ) */
Expand All @@ -268,7 +268,7 @@ void __init iop3xx_atu_setup(void)

/* Setup the I/O Bar
*/
*IOP3XX_OIOWTVR = IOP3XX_PCI_LOWER_IO_PA;;
*IOP3XX_OIOWTVR = IOP3XX_PCI_LOWER_IO_BA;

/* Enable inbound and outbound cycles
*/
Expand Down

0 comments on commit e629a17

Please sign in to comment.