mirror of https://gitee.com/openkylin/linux.git
[MIPS] add io_map_base to pci_controller on Cobalt
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
3ca507920d
commit
2ec0e59aff
|
@ -35,6 +35,7 @@ static struct pci_controller cobalt_pci_controller = {
|
|||
.mem_resource = &cobalt_mem_resource,
|
||||
.io_resource = &cobalt_io_resource,
|
||||
.io_offset = 0 - GT_DEF_PCI0_IO_BASE,
|
||||
.io_map_base = CKSEG1ADDR(GT_DEF_PCI0_IO_BASE),
|
||||
};
|
||||
|
||||
static int __init cobalt_pci_init(void)
|
||||
|
|
Loading…
Reference in New Issue