ARM: iop13xx: use fixed PCI i/o mapping
Move iop13xx PCI to fixed i/o mapping and remove io.h. This changes the PCIe bus address to start at 0x10000. Let's hope this works. If it does not, the alternative would be to revert the value we write into OIOTVR to zero and set sys->io_offset to 64K. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Este cometimento está contido em:
@@ -40,16 +40,6 @@ static struct map_desc iop13xx_std_desc[] __initdata = {
|
||||
.pfn = __phys_to_pfn(IOP13XX_PMMR_PHYS_MEM_BASE),
|
||||
.length = IOP13XX_PMMR_SIZE,
|
||||
.type = MT_DEVICE,
|
||||
}, { /* PCIE IO space */
|
||||
.virtual = IOP13XX_PCIE_LOWER_IO_VA,
|
||||
.pfn = __phys_to_pfn(IOP13XX_PCIE_LOWER_IO_PA),
|
||||
.length = IOP13XX_PCIX_IO_WINDOW_SIZE,
|
||||
.type = MT_DEVICE,
|
||||
}, { /* PCIX IO space */
|
||||
.virtual = IOP13XX_PCIX_LOWER_IO_VA,
|
||||
.pfn = __phys_to_pfn(IOP13XX_PCIX_LOWER_IO_PA),
|
||||
.length = IOP13XX_PCIX_IO_WINDOW_SIZE,
|
||||
.type = MT_DEVICE,
|
||||
},
|
||||
};
|
||||
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador