diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2007-07-11 19:10:39 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-12 17:41:08 +0100 |
commit | 9815778ae016004c33ce267a00b7d567192ef6e7 (patch) | |
tree | f3c748e6fc4b1f9f394d9df4c9c61cfe1270fb3e /arch/mips/sni/rm200.c | |
parent | 0adc327bda829f6f7302ca2abdbe776828db7a97 (diff) | |
download | linux-9815778ae016004c33ce267a00b7d567192ef6e7.tar.gz linux-9815778ae016004c33ce267a00b7d567192ef6e7.tar.bz2 linux-9815778ae016004c33ce267a00b7d567192ef6e7.zip |
[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 = { static struct resource snirm_53c710_rm200_rsrc[] = { { - .start = 0xb9000000, - .end = 0xb90fffff, + .start = 0x19000000, + .end = 0x190fffff, .flags = IORESOURCE_MEM }, { |