From: Greg Ungerer Date: Fri, 25 Jan 2013 04:21:11 +0000 (+1000) Subject: m68knommu: fix ColdFire 5373/5329 QSPI base address X-Git-Tag: v3.10-rc1~17^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=42feae20fe3f0053790e4f0d70270120e9fc25ff;p=~emulex%2Finfiniband.git m68knommu: fix ColdFire 5373/5329 QSPI base address The base address of the QSPI hardware module should be 0xFC05C000. Fix its definition. Signed-off-by: Greg Ungerer --- diff --git a/arch/m68k/include/asm/m53xxsim.h b/arch/m68k/include/asm/m53xxsim.h index cfa1d3591e4..faa1a2133bf 100644 --- a/arch/m68k/include/asm/m53xxsim.h +++ b/arch/m68k/include/asm/m53xxsim.h @@ -107,7 +107,7 @@ /* * QSPI module. */ -#define MCFQSPI_BASE 0xFC058000 /* Base address of QSPI */ +#define MCFQSPI_BASE 0xFC05C000 /* Base address of QSPI */ #define MCFQSPI_SIZE 0x40 /* Size of QSPI region */ #define MCFQSPI_CS0 84