public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH] m68knommu: Fix the 5249/525x qspi base address.
@ 2014-05-14 17:06 Steven King
  0 siblings, 0 replies; only message in thread
From: Steven King @ 2014-05-14 17:06 UTC (permalink / raw)
  To: linux-m68k, Greg Ungerer; +Cc: Geert Uytterhoeven

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

Signed-off-by: Steven King <sfking@fdwdc.com>

---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-14 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 17:06 [PATCH] m68knommu: Fix the 5249/525x qspi base address Steven King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox