diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2007-07-11 13:10:39 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-12 12:41:08 -0400 |
commit | 9815778ae016004c33ce267a00b7d567192ef6e7 (patch) | |
tree | f3c748e6fc4b1f9f394d9df4c9c61cfe1270fb3e /arch/mips/sni/rm200.c | |
parent | 0adc327bda829f6f7302ca2abdbe776828db7a97 (diff) |
[MIPS] RM: Use only phyiscal address for 82596 and 53c710
Use physical address for 82596 and 53c710 base address
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sni/rm200.c')
-rw-r--r-- | arch/mips/sni/rm200.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sni/rm200.c b/arch/mips/sni/rm200.c index 4bfda020fdc7..28a11d8605ce 100644 --- a/arch/mips/sni/rm200.c +++ b/arch/mips/sni/rm200.c | |||
@@ -88,8 +88,8 @@ static struct platform_device snirm_82596_rm200_pdev = { | |||
88 | 88 | ||
89 | static struct resource snirm_53c710_rm200_rsrc[] = { | 89 | static struct resource snirm_53c710_rm200_rsrc[] = { |
90 | { | 90 | { |
91 | .start = 0xb9000000, | 91 | .start = 0x19000000, |
92 | .end = 0xb90fffff, | 92 | .end = 0x190fffff, |
93 | .flags = IORESOURCE_MEM | 93 | .flags = IORESOURCE_MEM |
94 | }, | 94 | }, |
95 | { | 95 | { |