summaryrefslogtreecommitdiff
path: root/arch/mips/sni/rm200.c
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2007-07-11 17:10:39 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2007-07-12 16:41:08 (GMT)
commit9815778ae016004c33ce267a00b7d567192ef6e7 (patch)
treef3c748e6fc4b1f9f394d9df4c9c61cfe1270fb3e /arch/mips/sni/rm200.c
parent0adc327bda829f6f7302ca2abdbe776828db7a97 (diff)
downloadlinux-fsl-qoriq-9815778ae016004c33ce267a00b7d567192ef6e7.tar.xz
[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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sni/rm200.c b/arch/mips/sni/rm200.c
index 4bfda02..28a11d8 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
},
{