aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/fixups-sdk7780.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/drivers/pci/fixups-sdk7780.c')
-rw-r--r--arch/sh/drivers/pci/fixups-sdk7780.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/drivers/pci/fixups-sdk7780.c b/arch/sh/drivers/pci/fixups-sdk7780.c
index c2957312b30..004efd486ee 100644
--- a/arch/sh/drivers/pci/fixups-sdk7780.c
+++ b/arch/sh/drivers/pci/fixups-sdk7780.c
@@ -16,8 +16,6 @@
16 16
17int pci_fixup_pcic(struct pci_channel *chan) 17int pci_fixup_pcic(struct pci_channel *chan)
18{ 18{
19 ctrl_outl(0x00000001, SH7780_PCI_VCR2);
20
21 /* Enable all interrupts, so we know what to fix */ 19 /* Enable all interrupts, so we know what to fix */
22 pci_write_reg(chan, 0x0000C3FF, SH7780_PCIIMR); 20 pci_write_reg(chan, 0x0000C3FF, SH7780_PCIIMR);
23 pci_write_reg(chan, 0x0000380F, SH7780_PCIAINTM); 21 pci_write_reg(chan, 0x0000380F, SH7780_PCIAINTM);
@@ -26,8 +24,6 @@ int pci_fixup_pcic(struct pci_channel *chan)
26 pci_write_reg(chan, 0xFB00, SH7780_PCISTATUS); 24 pci_write_reg(chan, 0xFB00, SH7780_PCISTATUS);
27 pci_write_reg(chan, 0x0047, SH7780_PCICMD); 25 pci_write_reg(chan, 0x0047, SH7780_PCICMD);
28 pci_write_reg(chan, 0x00, SH7780_PCIPIF); 26 pci_write_reg(chan, 0x00, SH7780_PCIPIF);
29 pci_write_reg(chan, 0x00, SH7780_PCISUB);
30 pci_write_reg(chan, 0x06, SH7780_PCIBCC);
31 pci_write_reg(chan, 0x1912, SH7780_PCISVID); 27 pci_write_reg(chan, 0x1912, SH7780_PCISVID);
32 pci_write_reg(chan, 0x0001, SH7780_PCISID); 28 pci_write_reg(chan, 0x0001, SH7780_PCISID);
33 29