aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/pci-sh7780.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/drivers/pci/pci-sh7780.c')
-rw-r--r--arch/sh/drivers/pci/pci-sh7780.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/sh/drivers/pci/pci-sh7780.c b/arch/sh/drivers/pci/pci-sh7780.c
index 45fa423f2e53..7f4f59037544 100644
--- a/arch/sh/drivers/pci/pci-sh7780.c
+++ b/arch/sh/drivers/pci/pci-sh7780.c
@@ -72,16 +72,15 @@ int __init sh7780_pcic_init(struct pci_channel *chan,
72{ 72{
73 u32 word; 73 u32 word;
74 74
75 pci_write_reg(chan, PCI_CLASS_BRIDGE_HOST >> 8, SH7780_PCIBCC);
76 pci_write_reg(chan, PCI_CLASS_BRIDGE_HOST & 0xff, SH7780_PCISUB);
77
75 /* set the command/status bits to: 78 /* set the command/status bits to:
76 * Wait Cycle Control + Parity Enable + Bus Master + 79 * Wait Cycle Control + Parity Enable + Bus Master +
77 * Mem space enable 80 * Mem space enable
78 */ 81 */
79 pci_write_reg(chan, 0x00000046, SH7780_PCICMD); 82 pci_write_reg(chan, 0x00000046, SH7780_PCICMD);
80 83
81 /* define this host as the host bridge */
82 word = PCI_BASE_CLASS_BRIDGE << 24;
83 pci_write_reg(chan, word, SH7780_PCIRID);
84
85 /* Set IO and Mem windows to local address 84 /* Set IO and Mem windows to local address
86 * Make PCI and local address the same for easy 1 to 1 mapping 85 * Make PCI and local address the same for easy 1 to 1 mapping
87 */ 86 */