diff options
Diffstat (limited to 'include/asm-sh/pci.h')
-rw-r--r-- | include/asm-sh/pci.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-sh/pci.h b/include/asm-sh/pci.h index 2757ce096ff7..df1d383e18a5 100644 --- a/include/asm-sh/pci.h +++ b/include/asm-sh/pci.h | |||
@@ -38,9 +38,12 @@ extern struct pci_channel board_pci_channels[]; | |||
38 | #if defined(CONFIG_CPU_SUBTYPE_SH7780) || defined(CONFIG_CPU_SUBTYPE_SH7785) | 38 | #if defined(CONFIG_CPU_SUBTYPE_SH7780) || defined(CONFIG_CPU_SUBTYPE_SH7785) |
39 | #define PCI_IO_AREA 0xFE400000 | 39 | #define PCI_IO_AREA 0xFE400000 |
40 | #define PCI_IO_SIZE 0x00400000 | 40 | #define PCI_IO_SIZE 0x00400000 |
41 | #elif defined(CONFIG_CPU_SH5) | ||
42 | extern unsigned long PCI_IO_AREA; | ||
43 | #define PCI_IO_SIZE 0x00010000 | ||
41 | #else | 44 | #else |
42 | #define PCI_IO_AREA 0xFE240000 | 45 | #define PCI_IO_AREA 0xFE240000 |
43 | #define PCI_IO_SIZE 0X00040000 | 46 | #define PCI_IO_SIZE 0x00040000 |
44 | #endif | 47 | #endif |
45 | 48 | ||
46 | #define PCI_MEM_SIZE 0x01000000 | 49 | #define PCI_MEM_SIZE 0x01000000 |