ARM: imx: armadillo5x0: Fix illegal register access
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 17 Sep 2012 01:28:35 +0000 (22:28 -0300)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 18 Sep 2012 14:46:24 +0000 (16:46 +0200)
Since commit eb92044eb (ARM i.MX3: Make ccm base address a variable )
it is necessary to pass the CCM register base as a variable.

Fix the CCM register access in mach-armadillo5x0 by passing mx3_ccm_base and
avoid illegal accesses.

Also applies to v3.5

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: stable@vger.kernel.org

No differences found