projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74169f9
)
m68knommu: fix ColdFire 5373/5329 QSPI base address
author
Greg Ungerer
<gerg@uclinux.org>
Fri, 25 Jan 2013 04:21:11 +0000
(14:21 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Sun, 28 Apr 2013 23:17:59 +0000
(09:17 +1000)
The base address of the QSPI hardware module should be 0xFC05C000.
Fix its definition.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m53xxsim.h
patch
|
blob
|
history
diff --git
a/arch/m68k/include/asm/m53xxsim.h
b/arch/m68k/include/asm/m53xxsim.h
index cfa1d3591e420a365277c585b4432a8084c8fb47..faa1a2133bfdad99ce5b2342042a82df58017122 100644
(file)
--- a/
arch/m68k/include/asm/m53xxsim.h
+++ b/
arch/m68k/include/asm/m53xxsim.h
@@
-107,7
+107,7
@@
/*
* QSPI module.
*/
-#define MCFQSPI_BASE 0xFC05
8
000 /* Base address of QSPI */
+#define MCFQSPI_BASE 0xFC05
C
000 /* Base address of QSPI */
#define MCFQSPI_SIZE 0x40 /* Size of QSPI region */
#define MCFQSPI_CS0 84