]> git.baikalelectronics.ru Git - kernel.git/commit
ARM i.MX imx21ads: Fix overlapping static i/o mappings
authorJaccon Bastiaansen <jaccon.bastiaansen@gmail.com>
Mon, 30 Apr 2012 09:53:43 +0000 (11:53 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 7 Jun 2012 19:34:22 +0000 (21:34 +0200)
commit42aaa24b5a71a02bbf366130a71afef629acdad3
treed078e6f6a97511db6e86761833063d7c86269512
parent2af6f75b3d272d23ca8a3eb2e63bf107d95da274
ARM i.MX imx21ads: Fix overlapping static i/o mappings

The statically defined I/O memory regions for the i.MX21 on chip
peripherals and the on board I/O peripherals of the i.MX21ADS board
overlap. This results in a kernel crash during startup. This is fixed
by reducing the memory range for the on board I/O peripherals to the
actually required range.

Signed-off-by: Jaccon Bastiaansen <jaccon.bastiaansen@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: stable <stable@vger.kernel.org>
arch/arm/mach-imx/mach-mx21ads.c