Discussion:
[uClinux-dev] m528x qspi definition fix
Steven King
2012-05-05 20:40:44 UTC
Permalink
Hi Greg,

The consolidation of the qspi code missed a definition for 528x.

Signed-off-by: Steven King <sfking at fdwdc.com>
---
arch/m68k/include/asm/m528xsim.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/include/asm/m528xsim.h
b/arch/m68k/include/asm/m528xsim.h
index 569476f..7c92dc4 100644
--- a/arch/m68k/include/asm/m528xsim.h
+++ b/arch/m68k/include/asm/m528xsim.h
@@ -86,7 +86,7 @@
/*
* QSPI module.
*/
-#define MCFQSPI_IOBASE (MCF_IPSBAR + 0x340)
+#define MCFQSPI_BASE (MCF_IPSBAR + 0x340)
#define MCFQSPI_SIZE 0x40

#define MCFQSPI_CS0 147
Steven King
2012-05-31 11:00:22 UTC
Permalink
Post by Steven King
Hi Greg,
The consolidation of the qspi code missed a definition for 528x.
Signed-off-by: Steven King <sfking at fdwdc.com>
---
arch/m68k/include/asm/m528xsim.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/m68k/include/asm/m528xsim.h
b/arch/m68k/include/asm/m528xsim.h
index 569476f..7c92dc4 100644
--- a/arch/m68k/include/asm/m528xsim.h
+++ b/arch/m68k/include/asm/m528xsim.h
@@ -86,7 +86,7 @@
/*
* QSPI module.
*/
-#define MCFQSPI_IOBASE (MCF_IPSBAR + 0x340)
+#define MCFQSPI_BASE (MCF_IPSBAR + 0x340)
#define MCFQSPI_SIZE 0x40
#define MCFQSPI_CS0 147
This didnt make it into 3.4, can we get it into this merge? Its necessary to
build the 528x with qspi supoort.
Greg Ungerer
2012-06-01 05:44:52 UTC
Permalink
Hi Steven,
Post by Steven King
Post by Steven King
Hi Greg,
The consolidation of the qspi code missed a definition for 528x.
Signed-off-by: Steven King<sfking at fdwdc.com>
---
arch/m68k/include/asm/m528xsim.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/m68k/include/asm/m528xsim.h
b/arch/m68k/include/asm/m528xsim.h
index 569476f..7c92dc4 100644
--- a/arch/m68k/include/asm/m528xsim.h
+++ b/arch/m68k/include/asm/m528xsim.h
@@ -86,7 +86,7 @@
/*
* QSPI module.
*/
-#define MCFQSPI_IOBASE (MCF_IPSBAR + 0x340)
+#define MCFQSPI_BASE (MCF_IPSBAR + 0x340)
#define MCFQSPI_SIZE 0x40
#define MCFQSPI_CS0 147
This didnt make it into 3.4, can we get it into this merge? Its necessary to
build the 528x with qspi supoort.
Sorry, somehow I missed that. I have pushed it into my local tree,
and when the merge window closes I'll push it to the public m68knommu
git tree. I'll send it as a bug fix to linus in an upcoming rc.

Regards
Greg


------------------------------------------------------------------------
Greg Ungerer -- Principal Engineer EMAIL: gerg at snapgear.com
SnapGear Group, McAfee PHONE: +61 7 3435 2888
8 Gardner Close FAX: +61 7 3217 5323
Milton, QLD, 4064, Australia WEB: http://www.SnapGear.com
Loading...