aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/drivers/pci/pcie-sh7786.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/drivers/pci/pcie-sh7786.c b/arch/sh/drivers/pci/pcie-sh7786.c
index 4f79fd9059e0..c1e862af9b63 100644
--- a/arch/sh/drivers/pci/pcie-sh7786.c
+++ b/arch/sh/drivers/pci/pcie-sh7786.c
@@ -82,6 +82,7 @@ static struct resource sh7786_pci2_resources[] = {
82 .name = "PCIe2 IO", 82 .name = "PCIe2 IO",
83 .start = 0xfc800000, 83 .start = 0xfc800000,
84 .end = 0xfc800000 + SZ_4M - 1, 84 .end = 0xfc800000 + SZ_4M - 1,
85 .flags = IORESOURCE_IO,
85 }, { 86 }, {
86 .name = "PCIe2 MEM 0", 87 .name = "PCIe2 MEM 0",
87 .start = 0x80000000, 88 .start = 0x80000000,