* [PATCH 14/14] lemote: PCI resource naming fixup
@ 2009-04-09 5:13 yanhua
0 siblings, 0 replies; only message in thread
From: yanhua @ 2009-04-09 5:13 UTC (permalink / raw)
To: linux-mips, Ralf Baechle; +Cc: 彭亮锦, zhangfx@lemote.com
---
arch/mips/lemote/lm2f/common/pci.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/lemote/lm2f/common/pci.c
b/arch/mips/lemote/lm2f/common/pci.c
index f7acbe7..9c080cb 100644
--- a/arch/mips/lemote/lm2f/common/pci.c
+++ b/arch/mips/lemote/lm2f/common/pci.c
@@ -34,14 +34,14 @@ extern struct pci_ops loongson2f_pci_pci_ops;
/* if you want to expand the pci memory space, you should config 64bits
kernel too. */
static struct resource loongson2f_pci_mem_resource = {
- .name = "LOONGSON2E PCI MEM",
+ .name = "PCI MEM",
.start = 0x14000000UL,
.end = 0x1fffffffUL,
.flags = IORESOURCE_MEM,
};
static struct resource loongson2f_pci_io_resource = {
- .name = "LOONGSON2E PCI IO MEM",
+ .name = "PCI IO MEM",
.start = 0x00004000UL,
.end = 0x0000ffffUL,
.flags = IORESOURCE_IO,
--
1.5.6.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-09 5:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-09 5:13 [PATCH 14/14] lemote: PCI resource naming fixup yanhua
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.