]> git.enpas.org Git - openwrt.git/blob - target/linux/cns3xxx/patches-3.8/055-pcie_io.patch
cns3xxx: remove the watchdog IRQ from the resources, it breaks the driver init and...
[openwrt.git] / target / linux / cns3xxx / patches-3.8 / 055-pcie_io.patch
1 --- a/arch/arm/mach-cns3xxx/core.c
2 +++ b/arch/arm/mach-cns3xxx/core.c
3 @@ -69,6 +69,16 @@ static struct map_desc cns3xxx_io_desc[]
4                 .pfn            = __phys_to_pfn(CNS3XXX_SSP_BASE),
5                 .length         = SZ_4K,
6                 .type           = MT_DEVICE,
7 +       }, {
8 +               .virtual        = CNS3XXX_PCIE0_IO_BASE_VIRT,
9 +               .pfn            = __phys_to_pfn(CNS3XXX_PCIE0_IO_BASE),
10 +               .length         = SZ_16M,
11 +               .type           = MT_DEVICE,
12 +       }, {
13 +               .virtual        = CNS3XXX_PCIE1_IO_BASE_VIRT,
14 +               .pfn            = __phys_to_pfn(CNS3XXX_PCIE1_IO_BASE),
15 +               .length         = SZ_16M,
16 +               .type           = MT_DEVICE,
17         },
18  };
19