Use the correct base address for the QSPI module on the 5249/525x.

Signed-off-by: Steven King <[email protected]>

---
 arch/m68k/include/asm/m525xsim.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/include/asm/m525xsim.h 
b/arch/m68k/include/asm/m525xsim.h
index c2b22a6..8980b1a 100644
--- a/arch/m68k/include/asm/m525xsim.h
+++ b/arch/m68k/include/asm/m525xsim.h
@@ -105,7 +105,7 @@
 /*
  *     QSPI module.
  */
-#define MCFQSPI_BASE           (MCF_MBAR + 0x300)      /* Base address QSPI */
+#define MCFQSPI_BASE           (MCF_MBAR + 0x400)      /* Base address QSPI */
 #define MCFQSPI_SIZE           0x40                    /* Register set size */
 
 #ifdef CONFIG_M5249
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to